diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-04-21 03:38:16 +0100 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-04-21 03:45:38 +0100 |
commit | 2b69840e5efba885c8ec6281d5b8a56fcabff283 (patch) | |
tree | 6535bda8b27784e097a0fe44cf692e150e3ad2bb /actionpack/CHANGELOG | |
parent | caa03a5c870c6a03a35f6dcfaf040a6d689eaee2 (diff) | |
download | rails-2b69840e5efba885c8ec6281d5b8a56fcabff283.tar.gz rails-2b69840e5efba885c8ec6281d5b8a56fcabff283.tar.bz2 rails-2b69840e5efba885c8ec6281d5b8a56fcabff283.zip |
Remove ActionController::Base#view_controller_internals
Get rid of ActionController::Base#view_controller_internals flag and
use @@protected_view_variables for storing the list of controller
specific instance variables which should be inaccessible inside views.
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 9c72fd945a..6555560bdd 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Remove ActionController::Base#view_controller_internals flag. [Pratik] + * Add conditional options to caches_page method. [Paul Horsfall] * Move missing template logic to ActionView. [Pratik] |