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

Sourcecode
# File src/rails-1.1.2/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