From 7aa9eed88fdfb1a8010c4ca7468e9ebd527494f1 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 1 Sep 2006 23:37:10 +0000 Subject: Deprecation: update docs. Closes #5998. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4898 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/verification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/verification.rb') diff --git a/actionpack/lib/action_controller/verification.rb b/actionpack/lib/action_controller/verification.rb index ebf30becac..57dc5b86f9 100644 --- a/actionpack/lib/action_controller/verification.rb +++ b/actionpack/lib/action_controller/verification.rb @@ -43,7 +43,7 @@ module ActionController #:nodoc: # be in the params hash in order for the action(s) to be safely # called. # * :session: a single key or an array of keys that must - # be in the @session in order for the action(s) to be safely called. + # be in the session in order for the action(s) to be safely called. # * :flash: a single key or an array of keys that must # be in the flash in order for the action(s) to be safely called. # * :method: a single key or an array of keys--any one of which -- cgit v1.2.3