Class: Initforthe::Cookies::Hooks

Inherits:
Object
  • Object
show all
Defined in:
lib/initforthe-cookies/hooks.rb

Class Method Summary collapse

Class Method Details

.initObject



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