Method: ActionView::Helpers::TagHelper#tag_with_css
- Defined in:
- lib/form_helper_css/form_helper_css.rb
#tag_with_css(name, options = nil, open = false, escape = true) ⇒ Object
40 41 42 |
# File 'lib/form_helper_css/form_helper_css.rb', line 40 def tag_with_css(name, =nil, open=false, escape=true) tag_without_css(name, (name, || {}), open, escape) end |