Method: Formtastic::Actions::Base#wrapper_class

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

#wrapper_classObject



46
47
48
# File 'lib/formtastic/actions/base.rb', line 46

def wrapper_class
  (default_wrapper_classes << wrapper_classes_from_options).join(" ")
end