Sha256: 1eee1ad4fdb24061dd286d270d0761761b9779a654502c43d70cb9bf450afdd7
Contents?: true
Size: 276 Bytes
Versions: 7
Compression:
Stored size: 276 Bytes
Contents
module FormtasticBootstrap module Helpers module ActionHelper # :as => :button # => FormtasticBootstrap::Actions::ButtonAction def standard_action_class_name(as) "FormtasticBootstrap::Actions::#{as.to_s.camelize}Action" end end end end
Version data entries
7 entries across 7 versions & 1 rubygems