Method: Formtastic::Actions::Base#default_wrapper_classes
- Defined in:
- lib/formtastic/actions/base.rb
#default_wrapper_classes ⇒ Object
50 51 52 |
# File 'lib/formtastic/actions/base.rb', line 50 def default_wrapper_classes ["action", "#{options[:as]}_action"] end |