aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/html/2_2_release_notes.html
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2008-11-15 08:10:30 -0600
committerMike Gunderloy <MikeG1@larkfarm.com>2008-11-15 08:10:30 -0600
commitb43ed561b1574c918eb90babb6c3629540da9d4e (patch)
tree7745902c677077750325ffbdd1df8ec7598af1cb /railties/doc/guides/html/2_2_release_notes.html
parent779df30087a9372e4a40a75d416e95585ea47c54 (diff)
downloadrails-b43ed561b1574c918eb90babb6c3629540da9d4e.tar.gz
rails-b43ed561b1574c918eb90babb6c3629540da9d4e.tar.bz2
rails-b43ed561b1574c918eb90babb6c3629540da9d4e.zip
Typo fix in 2.2 relnotes (core ticket #1378)
Diffstat (limited to 'railties/doc/guides/html/2_2_release_notes.html')
-rw-r--r--railties/doc/guides/html/2_2_release_notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/html/2_2_release_notes.html b/railties/doc/guides/html/2_2_release_notes.html
index 68b8188f7c..6f6ee705d0 100644
--- a/railties/doc/guides/html/2_2_release_notes.html
+++ b/railties/doc/guides/html/2_2_release_notes.html
@@ -789,7 +789,7 @@ You can now easily <a href="http://m.onkey.org/2008/7/20/rescue-from-dispatching
</li>
<li>
<p>
-The HTTP Accept header is disabled by default now. You should prefer the use of formatted URLs (such as <tt>/customers/1.xml</tt>) to indicate the format that you want. If you need the Accept headers, you can turn them back on with <tt>config.action_controller.user_accept_header = true</tt>.
+The HTTP Accept header is disabled by default now. You should prefer the use of formatted URLs (such as <tt>/customers/1.xml</tt>) to indicate the format that you want. If you need the Accept headers, you can turn them back on with <tt>config.action_controller.use_accept_header = true</tt>.
</p>
</li>
<li>