aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
diff options
context:
space:
mode:
authorSteven Hancock <stevenh512@gmail.com>2010-07-11 23:57:26 -0700
committerSteven Hancock <stevenh512@gmail.com>2010-07-11 23:57:26 -0700
commit1a35b6215fe4fb1630e2a635789038c5e6e56c63 (patch)
tree6b3c9a8cc1f564c12f7e35e1eaec0385a7d92ade /actionpack/lib/action_view
parentc81e476d6d4cb88e7e29d6e18bb3e5acce92fb8f (diff)
downloadrails-1a35b6215fe4fb1630e2a635789038c5e6e56c63.tar.gz
rails-1a35b6215fe4fb1630e2a635789038c5e6e56c63.tar.bz2
rails-1a35b6215fe4fb1630e2a635789038c5e6e56c63.zip
Removed deprecated |map| block argument from routing docs since it is no longer generated in edge Rails config/routes.rb
Didn't touch plugins guide since I'm not too clear on how routes work in plugins.
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r--actionpack/lib/action_view/helpers/atom_feed_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/atom_feed_helper.rb b/actionpack/lib/action_view/helpers/atom_feed_helper.rb
index cb5a1404ff..8e7cf2e701 100644
--- a/actionpack/lib/action_view/helpers/atom_feed_helper.rb
+++ b/actionpack/lib/action_view/helpers/atom_feed_helper.rb
@@ -10,7 +10,7 @@ module ActionView
# Full usage example:
#
# config/routes.rb:
- # Basecamp::Application.routes.draw do |map|
+ # Basecamp::Application.routes.draw do
# resources :posts
# root :to => "posts#index"
# end