aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/abstract_controller/assigns.rb
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Avoid deprecation warnings and potential TypeErrors [#4404 ↵Carl Lerche2010-04-161-2/+2
| | | | | | | state:resolved]" Revert "protected instance variables added to the deprecated config accessor This reverts commit 4bce5ba600596b5e7afec9b097866ac259c5940a and 0ee2d3c89a893f0c53924cbb756c7e9be616eb8f.
* Avoid deprecation warnings and potential TypeErrors [#4404 state:resolved]Nicolas Sanguinetti2010-04-151-2/+2
| | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
* Finish cleaning up rendering stack from views and move assigns evaluation to ↵José Valim2010-03-121-0/+21
controller (so plugins and/or controllers can overwrite just one method).