Sha256: 31c0000b1616edf13aa4ad8dc3a6c1761a23384ae5d77642684ada48c3c777f5
Contents?: true
Size: 264 Bytes
Versions: 15
Compression:
Stored size: 264 Bytes
Contents
module FormtasticBootstrap module Inputs class TextInput < Formtastic::Inputs::TextInput include Base def to_html generic_input_wrapping do builder.text_area(method, input_html_options) end end end end end
Version data entries
15 entries across 15 versions & 2 rubygems