module ShowYourCookies

Constants

VERSION

Public Class Methods

attach_event() click to toggle source
# File lib/show_your_cookies.rb, line 11
def self.attach_event
  self.logger = Rails.logger

  ShowYourCookies::LogSubscriber.attach_to 'show_your_cookies'
end