Class: FormtasticBootstrap::Inputs::DatetimeInput

Inherits:
DatetimeSelectInput
  • Object
show all
Defined in:
lib/formtastic-bootstrap/inputs/datetime_input.rb

Instance Method Summary collapse

Methods included from Base::Timeish

#controls_wrapper_html_options, #fragment_class, #fragment_input_html, #fragment_input_html_options, #fragment_placeholder

Methods included from Base::Wrapping

#appended_input_wrapping, #bootstrap_wrapping, #control_group_wrapping, #controls_wrapper_html_options, #controls_wrapping, #prepended_and_appended_input_wrapping, #prepended_input_wrapping, #wrapper_html_options

Methods included from Base::Labelling

#control_label_html, #control_label_html_options, #label_html_options

Methods included from Base::Hints

#hint_html

Methods included from Base::Errors

#error_first_html, #error_html, #error_list_html, #error_none_html, #error_sentence_html

Methods included from Base::Html

#input_html_options

Instance Method Details

#to_htmlObject



4
5
6
7
# 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