Sha256: 4f2823706eccde111f1eb394a5240c2ed0346c8dcd4c0e6a00218423aaeeaae2
Contents?: true
Size: 315 Bytes
Versions: 5
Compression:
Stored size: 315 Bytes
Contents
module FormtasticBootstrap module Inputs module Base module Stringish include Formtastic::Inputs::Base::Stringish def to_html bootstrap_wrapping do builder.text_field(method, form_control_input_html_options) end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems