diff options
author | Rick Olson <technoweenie@gmail.com> | 2007-08-15 18:59:37 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2007-08-15 18:59:37 +0000 |
commit | 0127e586d05f3e8342744608315747da488642eb (patch) | |
tree | 3f3658068188de642cbaeb648033d74996e26f60 /actionpack/CHANGELOG | |
parent | d0c83c435459b3fff53075a84411f39707f31325 (diff) | |
download | rails-0127e586d05f3e8342744608315747da488642eb.tar.gz rails-0127e586d05f3e8342744608315747da488642eb.tar.bz2 rails-0127e586d05f3e8342744608315747da488642eb.zip |
Find layouts even if they're not in the first view_paths directory. Closes #9258 [caio]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7321 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 ce720ca72d..56ce3e1095 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Find layouts even if they're not in the first view_paths directory. Closes #9258 [caio] + * Major improvement to the documentation for the options / select form helpers. Closes #9038 [kampers, jardeon, wesg] * Fix number_to_human_size when using different precisions. Closes #7536. [RichardStrand, mpalmer] |