module FormtasticBootstrap::Helpers::ActionHelper
Public Instance Methods
standard_action_class_name(as)
click to toggle source
# File lib/formtastic-bootstrap/helpers/action_helper.rb, line 6 def standard_action_class_name(as) "FormtasticBootstrap::Actions::#{as.to_s.camelize}Action" end