diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-10-24 18:05:52 +0530 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-10-24 18:05:52 +0530 |
commit | a17fc20eb122d45a017e99e592e5e159025ab26b (patch) | |
tree | 3ebb35b614ed38f01fdd368602ee9cf28fbf63b2 /railties/doc/guides/source | |
parent | f8079b815b41c5f7ecac736a232471f285fa0330 (diff) | |
download | rails-a17fc20eb122d45a017e99e592e5e159025ab26b.tar.gz rails-a17fc20eb122d45a017e99e592e5e159025ab26b.tar.bz2 rails-a17fc20eb122d45a017e99e592e5e159025ab26b.zip |
Fix a typo
Diffstat (limited to 'railties/doc/guides/source')
-rw-r--r-- | railties/doc/guides/source/2_2_release_notes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/source/2_2_release_notes.txt b/railties/doc/guides/source/2_2_release_notes.txt index 303d03548b..2623f21371 100644 --- a/railties/doc/guides/source/2_2_release_notes.txt +++ b/railties/doc/guides/source/2_2_release_notes.txt @@ -401,7 +401,7 @@ def partial_with_implicit_local_assignment end ------------------------------------------------------- -Previously the above code made available a local variable called +customer+ available inside the partial 'customer'. You should explicitly pass all the variables via :locals hash now. +Previously the above code made available a local variable called +customer+ inside the partial 'customer'. You should explicitly pass all the variables via :locals hash now. * +country_select+ has been removed. See the link:http://www.rubyonrails.org/deprecation/list-of-countries[deprecation page] for more information and a plugin replacement. * +ActiveRecord::Base.allow_concurrency+ no longer has any effect. |