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