Sha256: 86eda1e327b90961f0971ef6d7f0c51f41b3dd42c2865b0a959d23fa35cd0b10
Contents?: true
Size: 392 Bytes
Versions: 1
Compression:
Stored size: 392 Bytes
Contents
class CookieController < ApplicationController before_filter :load_settings_cookies def index end private def load_settings_cookies initialize_cookie_tracker(:test_one => 'this is a test', :test_two => 'test_value', :hello => 'HELLO!') initialize_session_tracker(:session_variable => 'test_one', :session_two => 'test_two', :hello_session => 'HELLO!') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cookie_tracker-1.2.0 | test/dummy/app/controllers/cookie_controller.rb |