Class: ActiveAdmin::Inputs::Filters::DatePickerInput

Inherits:
Formtastic::Inputs::DatePickerInput
  • Object
show all
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

#input_wrapping

Instance Method Details

#input_html_optionsObject



8
9
10
# File 'lib/active_admin/inputs/filters/date_picker_input.rb', line 8

def input_html_options
  super.merge(class: "datepicker")
end