Sha256: 4078273d4f4fb0dcc6d5b3f3edfd363d1c9cb58c72fd4a0e683b34c0dcdbaad9
Contents?: true
Size: 269 Bytes
Versions: 23
Compression:
Stored size: 269 Bytes
Contents
module FlexaFormtasticBootstrap 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
23 entries across 23 versions & 1 rubygems