Method: Formtastic::Actions::Base#wrapper_classes_from_options
- Defined in:
- lib/formtastic/actions/base.rb
#wrapper_classes_from_options ⇒ Object
54 55 56 57 58 |
# File 'lib/formtastic/actions/base.rb', line 54 def classes = [:class] || [] classes = classes.split(" ") if classes.is_a? String classes end |