Module: Flip::CookieStrategy::Loader
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/flip/cookie_strategy.rb
Overview
Include in ApplicationController to push cookies into CookieStrategy. Uses before_action and after_action rather than around_action to avoid pointlessly adding to stack depth.
Instance Method Summary collapse
Instance Method Details
#flip_cookie_strategy_after ⇒ Object
61 62 63 |
# File 'lib/flip/cookie_strategy.rb', line 61 def CookieStrategy. = nil end |
#flip_cookie_strategy_before ⇒ Object
58 59 60 |
# File 'lib/flip/cookie_strategy.rb', line 58 def CookieStrategy. = end |