Sha256: 2eb3b5dccda127b1181520ac04a708be626a7e205b3f7156fdc16e861c1f19be
Contents?: true
Size: 451 Bytes
Versions: 13
Compression:
Stored size: 451 Bytes
Contents
class DatetimeInput include Formtastic::Inputs::Base include FormtasticBootstrap::Inputs::Base::Labelling include FormtasticBootstrap::Inputs::Base::Wrapping include FormtasticBootstrap::Inputs::Base::Errors include FormtasticBootstrap::Inputs::Base::Hints # def wrapper_html_options # # super.merge(:class => "mb1") # end def to_html generic_input_wrapping do builder.datetime_select(method) end end end
Version data entries
13 entries across 13 versions & 1 rubygems