Module: PushType::Filterable::ClassMethods
- Defined in:
- app/controllers/concerns/push_type/filterable.rb
Instance Method Summary collapse
Instance Method Details
#node_filters ⇒ Object
46 47 48 49 |
# File 'app/controllers/concerns/push_type/filterable.rb', line 46 def node_filters prepend_before_action :before_load_filters around_action :around_action_filters end |