aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/flash.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-03-28 03:19:27 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-03-28 03:19:27 +0000
commitdfd953ea962675fdfd397a1e75c04b0536ff3c65 (patch)
tree97353b0ff6347f349cf9546c2fda450c5140ae83 /actionpack/lib/action_controller/flash.rb
parentfed7d334f2904afc0955a6496859a8779f3d965e (diff)
downloadrails-dfd953ea962675fdfd397a1e75c04b0536ff3c65.tar.gz
rails-dfd953ea962675fdfd397a1e75c04b0536ff3c65.tar.bz2
rails-dfd953ea962675fdfd397a1e75c04b0536ff3c65.zip
Fixed docs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4079 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/lib/action_controller/flash.rb')
-rw-r--r--actionpack/lib/action_controller/flash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/flash.rb b/actionpack/lib/action_controller/flash.rb
index 5a50d39efc..8877c33741 100644
--- a/actionpack/lib/action_controller/flash.rb
+++ b/actionpack/lib/action_controller/flash.rb
@@ -136,7 +136,7 @@ module ActionController #:nodoc:
end
end
- module InstanceMethods
+ module InstanceMethods #:nodoc:
def assign_shortcuts_with_flash(request, response) #:nodoc:
assign_shortcuts_without_flash(request, response)
flash(:refresh)