Class: Initforthe::Cookies::Hooks
- Inherits:
-
Object
- Object
- Initforthe::Cookies::Hooks
- Defined in:
- lib/initforthe-cookies/hooks.rb
Class Method Summary collapse
Class Method Details
.init ⇒ Object
4 5 6 7 8 |
# File 'lib/initforthe-cookies/hooks.rb', line 4 def self.init ActiveSupport.on_load(:action_view) do ::ActionView::Base.send :include, Initforthe::Cookies::Helpers end end |