Sha256: 159bb223e446673b77bafd393cdfa90444f90e382c48d697dbc9db1b8dca8861
Contents?: true
Size: 317 Bytes
Versions: 4
Compression:
Stored size: 317 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, input_html_options) end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems