Sha256: 5c28309c7543392203c1f8f2db8e74ad273c5cf5a9c576469a6dd5f535690dbd

Contents?: true

Size: 317 Bytes

Versions: 2

Compression:

Stored size: 317 Bytes

Contents

module FormtasticRebootstrap
  module Inputs
    module Base
      module Stringish

        include Formtastic::Inputs::Base::Stringish

        def to_html
          bootstrap_wrapping do
            builder.text_field(method, form_control_input_html_options)
          end
        end

      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
formtastic_rebootstrap-0.0.2 lib/formtastic_rebootstrap/inputs/base/stringish.rb
formtastic_rebootstrap-0.0.1 lib/formtastic_rebootstrap/inputs/base/stringish.rb