Class: ActiveAdmin::Inputs::Filters::DatePickerInput
- Inherits:
-
Formtastic::Inputs::DatePickerInput
- Object
- Formtastic::Inputs::DatePickerInput
- ActiveAdmin::Inputs::Filters::DatePickerInput
- Includes:
- Base
- Defined in:
- lib/active_admin/inputs/filters/date_picker_input.rb
Instance Method Summary collapse
Methods included from Base
#collection_from_options, #input_wrapping, #label_from_options, #required?, #wrapper_html_options
Methods included from Filters::FormtasticAddons
#column, #column_for, #has_predicate?, #humanized_method_name, #klass, #polymorphic_foreign_type?, #reflection_for, #scope?, #searchable_has_many_through?, #seems_searchable?
Methods included from Formtastic::Inputs::Base
Instance Method Details
#input_html_options ⇒ Object
8 9 10 |
# File 'lib/active_admin/inputs/filters/date_picker_input.rb', line 8 def super.merge(class: "datepicker") end |