aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorNick Sutterer <apotonick@gmail.com>2014-05-10 16:52:44 +1000
committerNick Sutterer <apotonick@gmail.com>2014-05-13 08:25:24 +1000
commitb8ad4b54730bf52fbaeb2d172229cc412fd60561 (patch)
tree24d59e5e48be63dd513e6eb6569dc421675cf5e9 /actionview/CHANGELOG.md
parent67ec435cfbb1f8d929b62dd4e76e11f7e50aa9db (diff)
downloadrails-b8ad4b54730bf52fbaeb2d172229cc412fd60561.tar.gz
rails-b8ad4b54730bf52fbaeb2d172229cc412fd60561.tar.bz2
rails-b8ad4b54730bf52fbaeb2d172229cc412fd60561.zip
deprecate AbC:Base::parent_prefixes.
rename ::_local_prefixes to ::local_prefixes to state the public attribute. document the latter. make ::local_prefixes private, test overriding it and remove documentation for overriding ::_parent_prefixes.
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index a6f6ac78db..bfd52f72bf 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Deprecate `AbstractController::Base::parent_prefixes`. Override `AbstractController::Base::local_prefixes` when you want to change where to find views.
+
+ *Nick Sutterer*
+
* Take label values into account when doing I18n lookups for model attributes.
The following: