mirror of
https://github.com/github/rails.git
synced 2026-01-29 00:08:15 -05:00
add response to list of deprecated instance variables
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5221 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1030,7 +1030,7 @@ module ActionController #:nodoc:
|
||||
|
||||
|
||||
# TODO: assigns cookies headers params request response template
|
||||
DEPRECATED_INSTANCE_VARIABLES = %w(cookies flash headers params request session)
|
||||
DEPRECATED_INSTANCE_VARIABLES = %w(cookies flash headers params request response session)
|
||||
|
||||
# Gone after 1.2.
|
||||
def assign_deprecated_shortcuts(request, response)
|
||||
|
||||
Reference in New Issue
Block a user