Module: Arturo::SpecialHandling
- Extended by:
- ActiveSupport::Concern
- Included in:
- FeatureMethods
- Defined in:
- lib/arturo/special_handling.rb
Overview
Adds whitelist and blacklist support to individual features by name or for all features. Blacklists override whitelists. (In the world of Apache, Features are “(deny,allow)”.) Blacklists and whitelists can be defined before the feature exists and are not persisted, so they are best defined in initializers. This is particularly important if your application runs in several different processes or on several servers.