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.5.2 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.5.1 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.5.0 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.3.9 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.3.8 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.3.7 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.3.6 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.3.5 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.3.4 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.3.3 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.3.2 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.3.1 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.3.0 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.2.9 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.2.8 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.2.7 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.2.6 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.2.5 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.2.4 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb
flexa_lib-0.2.3 lib/flexa_formtastic_bootstrap/helpers/input_helper.rb