class FormtasticBootstrap::Inputs::DatetimeInput

Public Instance Methods

to_html() click to toggle source
# File lib/formtastic-bootstrap/inputs/datetime_input.rb, line 4
def to_html
  ::ActiveSupport::Deprecation.warn("DatetimeInput (:as => :datetime) has been renamed to DatetimeSelectInput (:as => :datetime_select) and will be removed or changed in the next version of Formtastic, please update your forms.", caller(2))
  super
end