Class: RangeSelectInput

Inherits:
NumericRangeFilterInput show all
Defined in:
app/inputs/range_select_input.rb

Instance Method Summary collapse

Methods inherited from NumericRangeFilterInput

#concat_text_field, #input_html_options, #render_custom_input

Methods included from ActiveAdminAddons::FilterInputMethods

#eq_input_name, #gteq_input_name, #input_value, #lteq_input_name, #object_class

Methods included from ActiveAdminAddons::InputMethods

#association_name, #build_virtual_attr, #input_related_items, #input_value, #method_model, #model_name, #object_class, #tableize_method, #translated_method, #url_from_method, #valid_method, #valid_object

Methods inherited from ActiveAdminAddons::InputBase

#concat, #input_html_options, #load_control_attributes, #load_input_class, #parts, #parts_to_html, #render_custom_input

Methods included from ActiveAdminAddons::InputHtmlHelpers

#build_hidden_control, #build_separator, #empty_input_id, #method_to_input_array_name, #method_to_input_id, #method_to_input_name, #prefixed_method, #selected_values_id

Methods included from ActiveAdminAddons::InputOptionsHandler

#attr_options, #control_attributes, #css_classes, #data_attr_options, #get_data_attr_value, #load_attr, #load_class, #load_data_attr

Instance Method Details

#to_htmlObject



2
3
4
5
# File 'app/inputs/range_select_input.rb', line 2

def to_html
  warn "[DEPRECATION] use :numeric_range_filter instead of :range_select"
  super
end