Fixed docs

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4079 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson
2006-03-28 03:19:27 +00:00
parent fed7d334f2
commit dfd953ea96
12 changed files with 33 additions and 37 deletions

View File

@@ -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)