Sha256: 06474cda84d6cffaa09bf0b44b66d94b847963974c8e7779f4c1c4dabec98e7e
Contents?: true
Size: 279 Bytes
Versions: 5
Compression:
Stored size: 279 Bytes
Contents
module FormtasticBootstrap 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
5 entries across 5 versions & 1 rubygems