Module: Iceburn::Whitelist::ClassMethods
- Defined in:
- lib/iceburn/whitelist.rb
Instance Method Summary collapse
-
#iceburn_whitelist(*routes) ⇒ Object
Set the whitelist of controllers not affected by Filters.
Instance Method Details
#iceburn_whitelist(*routes) ⇒ Object
Set the whitelist of controllers not affected by Filters.
15 16 17 |
# File 'lib/iceburn/whitelist.rb', line 15 def iceburn_whitelist(*routes) self.iceburn_whitelisted_routes = routes end |