diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-20 00:46:37 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-01-20 00:47:14 +0530 |
commit | 6c656761ec951f74dcb844f46fe6839af3baa1d4 (patch) | |
tree | ee9b820c37ff255f8446fcf8a7e9078b23244f03 /railties/guides/source | |
parent | 5b906355f122e36f9fa071c639ae6f6b869d2981 (diff) | |
download | rails-6c656761ec951f74dcb844f46fe6839af3baa1d4.tar.gz rails-6c656761ec951f74dcb844f46fe6839af3baa1d4.tar.bz2 rails-6c656761ec951f74dcb844f46fe6839af3baa1d4.zip |
update release notes [ci skip]
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/3_2_release_notes.textile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/guides/source/3_2_release_notes.textile b/railties/guides/source/3_2_release_notes.textile index 9e3f3befd7..74bc757948 100644 --- a/railties/guides/source/3_2_release_notes.textile +++ b/railties/guides/source/3_2_release_notes.textile @@ -226,8 +226,6 @@ In the example above, Posts controller will no longer automatically look up for * Deprecated <tt>method_missing</tt> in favour of +action_missing+ for missing actions. -* Deprecated <tt>ActionController#performed?</tt> in favour of checking for the presence of <tt>response_body</tt>. - * Deprecated <tt>ActionController#rescue_action</tt>, <tt>ActionController#initialize_template_class</tt> and <tt>ActionController#assign_shortcuts</tt>. h4. Action Dispatch |