Module: Flip::ControllerFilters
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/flip/controller_filters.rb
Overview
ControllerFilters is a name that refers to the fact that Rails before_action and after_action used to be before_filter and after_filter.
Defined Under Namespace
Modules: ClassMethods