module ActiveAdmin::Filters::DSL
def filter(attribute, options = {})
def filter(attribute, options = {}) config.add_filter(attribute, options) end
def preserve_default_filters!
def preserve_default_filters! config.preserve_default_filters! end
def remove_filter(*attributes)
def remove_filter(*attributes) config.remove_filter(*attributes) end