Module: ActionView::Helpers::TagHelper
- Defined in:
- lib/input_css.rb
Instance Method Summary collapse
Instance Method Details
#tag_with_default_css(name, options = nil, open = false, escape = true) ⇒ Object
9 10 11 12 |
# File 'lib/input_css.rb', line 9 def tag_with_default_css(name, =nil, open=false, escape=true) = (name, ) tag_without_default_css(name, , open, escape) end |