Sha256: 3f6242e6d345bbe475e22fe0d036ae630c1dd17f5ec60a7e11f9e317cddd40b0
Contents?: true
Size: 527 Bytes
Versions: 17
Compression:
Stored size: 527 Bytes
Contents
class SimpleDateSelectInput < FormtasticBootstrap::Inputs::DateSelectInput 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 to_html generic_input_wrapping do builder.date_select(method, {:start_year => 100.years.ago.year, :include_blank => true}, {:class => "datetime-selector"}) end end end
Version data entries
17 entries across 17 versions & 1 rubygems