Method: Formtastic::Actions::Base#wrapper_classes_from_options

Defined in:
lib/formtastic/actions/base.rb

#wrapper_classes_from_optionsObject



54
55
56
57
58
# File 'lib/formtastic/actions/base.rb', line 54

def wrapper_classes_from_options
  classes = wrapper_html_options_from_options[:class] || []
  classes = classes.split(" ") if classes.is_a? String
  classes
end