aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/cgi_ext
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2008-05-21 13:30:49 +0200
committerXavier Noria <fxn@hashref.com>2008-05-21 13:30:49 +0200
commit401690fea3d136581231444966eaa21f5c376b3b (patch)
tree04a5ee7c35ff061ae846ac2906203dc92abd990d /actionpack/lib/action_controller/cgi_ext
parent964392f57ad6408718458f229270b4082799d233 (diff)
downloadrails-401690fea3d136581231444966eaa21f5c376b3b.tar.gz
rails-401690fea3d136581231444966eaa21f5c376b3b.tar.bz2
rails-401690fea3d136581231444966eaa21f5c376b3b.zip
revised case of constants in Action Controller
Diffstat (limited to 'actionpack/lib/action_controller/cgi_ext')
-rw-r--r--actionpack/lib/action_controller/cgi_ext/cookie.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/cgi_ext/cookie.rb b/actionpack/lib/action_controller/cgi_ext/cookie.rb
index a244e2a39a..efef91ccf6 100644
--- a/actionpack/lib/action_controller/cgi_ext/cookie.rb
+++ b/actionpack/lib/action_controller/cgi_ext/cookie.rb
@@ -18,7 +18,7 @@ class CGI #:nodoc:
# path:: the path for which this cookie applies. Defaults to the
# base directory of the CGI script.
# domain:: the domain for which this cookie applies.
- # expires:: the time at which this cookie expires, as a +Time+ object.
+ # expires:: the time at which this cookie expires, as a Time object.
# secure:: whether this cookie is a secure cookie or not (default to
# false). Secure cookies are only transmitted to HTTPS
# servers.