Method: Formtastic::Actions::Base#wrapper_class
- Defined in:
- lib/formtastic/actions/base.rb
#wrapper_class ⇒ Object
46 47 48 |
# File 'lib/formtastic/actions/base.rb', line 46 def wrapper_class (default_wrapper_classes << ).join(" ") end |