Sha256: e52a2b170ce6b8ccad98bcd19c3dd4d0a017cbca44a9622b582bf776a2984978

Contents?: true

Size: 269 Bytes

Versions: 23

Compression:

Stored size: 269 Bytes

Contents

module FlexaFormtasticBootstrap
  module Helpers
    module InputHelper
      include Formtastic::Helpers::InputHelper
      
      def standard_input_class_name(as)
        "FlexaFormtasticBootstrap::Inputs::#{as.to_s.camelize}Input"
      end
      
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
flexa_lib-0.2.2 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.2.1 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.2.0 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb