Sha256: a85a3c948cca6c035c3958c36f8e214944425636ef548fa803e8105389afbb84

Contents?: true

Size: 260 Bytes

Versions: 4

Compression:

Stored size: 260 Bytes

Contents

module FormtasticBootstrap
  module Inputs
    class TextInput < Formtastic::Inputs::TextInput
      include Base 

      def to_html
        bootstrap_wrapping do
          builder.text_area(method, input_html_options)
        end
      end

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
formtastic-bootstrap-2.1.3 lib/formtastic-bootstrap/inputs/text_input.rb
formtastic-bootstrap-2.1.2 lib/formtastic-bootstrap/inputs/text_input.rb
formtastic-bootstrap-2.1.1 lib/formtastic-bootstrap/inputs/text_input.rb
formtastic-bootstrap-2.0.0 lib/formtastic-bootstrap/inputs/text_input.rb