From d3d6dba43ff6b29cf8fa76e7615c4e54a0a0a366 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Fri, 20 Jan 2012 00:46:37 +0530 Subject: [PATCH] update release notes [ci skip] --- railties/guides/source/3_2_release_notes.textile | 2 -- 1 file changed, 2 deletions(-) diff --git a/railties/guides/source/3_2_release_notes.textile b/railties/guides/source/3_2_release_notes.textile index 9e3f3befd7dd2..74bc757948e5d 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 method_missing in favour of +action_missing+ for missing actions. -* Deprecated ActionController#performed? in favour of checking for the presence of response_body. - * Deprecated ActionController#rescue_action, ActionController#initialize_template_class and ActionController#assign_shortcuts. h4. Action Dispatch