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, options=nil, open=false, escape=true)
  options = css_options_for_tag(name, options)
  tag_without_default_css(name, options, open, escape)
end