Sha256: f76e3041dbb2d264ce0054e1605885d50ae9566a72353969496b017ce56605b0

Contents?: true

Size: 259 Bytes

Versions: 19

Compression:

Stored size: 259 Bytes

Contents

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

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
formtastic-bootstrap-2.1.3 lib/formtastic-bootstrap/helpers/input_helper.rb
formtastic-bootstrap-2.1.2 lib/formtastic-bootstrap/helpers/input_helper.rb
formtastic-bootstrap-2.1.1 lib/formtastic-bootstrap/helpers/input_helper.rb
formtastic-bootstrap-2.0.0 lib/formtastic-bootstrap/helpers/input_helper.rb
speedo-formstrap-1.2.9 lib/formtastic-bootstrap/helpers/input_helper.rb
speedo-formstrap-1.2.8 lib/formtastic-bootstrap/helpers/input_helper.rb
speedo-formstrap-1.2.7 lib/formtastic-bootstrap/helpers/input_helper.rb
speedo-formstrap-1.2.6 lib/formtastic-bootstrap/helpers/input_helper.rb
speedo-formstrap-1.2.5 lib/formtastic-bootstrap/helpers/input_helper.rb
speedo-formstrap-1.2.4 lib/formtastic-bootstrap/helpers/input_helper.rb
speedo-formstrap-1.2.0 lib/formtastic-bootstrap/helpers/input_helper.rb
formtastic-bootstrap-1.2.0 lib/formtastic-bootstrap/helpers/input_helper.rb
formtastic-bootstrap-1.1.2 lib/formtastic-bootstrap/helpers/input_helper.rb
formtastic-bootstrap-1.1.1 lib/formtastic-bootstrap/helpers/input_helper.rb
formtastic-bootstrap-1.1.0 lib/formtastic-bootstrap/helpers/input_helper.rb
formtastic-bootstrap-1.0.3 lib/formtastic-bootstrap/helpers/input_helper.rb
formtastic-bootstrap-1.0.2 lib/formtastic-bootstrap/helpers/input_helper.rb
formtastic-bootstrap-1.0.1 lib/formtastic-bootstrap/helpers/input_helper.rb
formtastic-bootstrap-1.0.0 lib/formtastic-bootstrap/helpers/input_helper.rb