Sha256: 0ee954b2f006f13ccdcfdb03928a2a161b31479e79349ffa9817921dcf92e571

Contents?: true

Size: 235 Bytes

Versions: 3

Compression:

Stored size: 235 Bytes

Contents

module FormtasticBootstrap
	module Helpers
		module ActionHelper
			include Formtastic::Helpers::ActionHelper

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

		end
	end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
speedo-formstrap-1.2.9 lib/formtastic-bootstrap/helpers/action_helper.rb
speedo-formstrap-1.2.8 lib/formtastic-bootstrap/helpers/action_helper.rb
speedo-formstrap-1.2.0 lib/formtastic-bootstrap/helpers/action_helper.rb