class FormtasticRebootstrap::Inputs::TimeInput
Public Instance Methods
to_html()
click to toggle source
Calls superclass method
FormtasticRebootstrap::Inputs::Base::Timeish#to_html
# File lib/formtastic_rebootstrap/inputs/time_input.rb, line 4 def to_html ::ActiveSupport::Deprecation.warn("TimeInput (:as => :time) has been renamed to TimeSelectInput (:as => :time_select) and will be removed or changed in the next version of Formtastic, please update your forms.", caller(2)) super end