Method: Formtastic::Inputs::Base::Wrapping#wrapper_html_options
- Defined in:
- lib/formtastic/inputs/base/wrapping.rb
#wrapper_html_options ⇒ Object
17 18 19 20 21 22 |
# File 'lib/formtastic/inputs/base/wrapping.rb', line 17 def opts = opts[:class] = wrapper_classes opts[:id] = wrapper_dom_id unless opts.has_key? :id opts end |