Module: FormtasticBootstrap::Helpers::ActionHelper

Included in:
FormBuilder
Defined in:
lib/formtastic-bootstrap/helpers/action_helper.rb

Instance Method Summary collapse

Instance Method Details

#standard_action_class_name(as) ⇒ Object

:as => :button # => FormtasticBootstrap::Actions::ButtonAction



6
7
8
# File 'lib/formtastic-bootstrap/helpers/action_helper.rb', line 6

def standard_action_class_name(as)
  "FormtasticBootstrap::Actions::#{as.to_s.camelize}Action"
end