access_frozen_cookies() Ver: 1.0.0
From: CookieTest::TestController Version 1.0.0
Comments

Sourcecode
# File src/rails-1.0.0/actionpack/test/controller/cookie_test.rb, line 31
    def access_frozen_cookies
      @cookies["will"] = "work"
      render_text "hello world"
    end
Add New Note User Added Notes