Module: Iceburn::Whitelist
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/iceburn/whitelist.rb
Overview
Define “whitelist” controllers that are not affected by the before_filter, prevents having to ‘skip_before_filter` all the time. Use the `iceburn_whitelist ’controller_name’‘ macro to whitelist controllers.
Defined Under Namespace
Modules: ClassMethods