Sha256: d1e6b69dc1874e021da56a77bb3d0800b7e86870925cb4978178080328273151

Contents?: true

Size: 281 Bytes

Versions: 2

Compression:

Stored size: 281 Bytes

Contents

module FormtasticRebootstrap
  module Inputs
    class TextInput < Formtastic::Inputs::TextInput
      include Base
      
      def to_html
        bootstrap_wrapping do
          builder.text_area(method, form_control_input_html_options)
        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/text_input.rb
formtastic_rebootstrap-0.0.1 lib/formtastic_rebootstrap/inputs/text_input.rb