aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/atom_feed_helper.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-04-04 13:36:15 -0700
committerXavier Noria <fxn@hashref.com>2010-04-04 13:36:15 -0700
commit723e91e9fd594856aa7bcd38b04d04acd03039be (patch)
treec35f6fa19af20a64643249115732ba185db8bdc3 /actionpack/lib/action_view/helpers/atom_feed_helper.rb
parentb546945b51d1e5765b4bf4eba0bd8413ea8e4198 (diff)
parent00884a59013a658082dab41da5ff41add31b8c43 (diff)
downloadrails-723e91e9fd594856aa7bcd38b04d04acd03039be.tar.gz
rails-723e91e9fd594856aa7bcd38b04d04acd03039be.tar.bz2
rails-723e91e9fd594856aa7bcd38b04d04acd03039be.zip
Merge commit 'docrails/master'
Diffstat (limited to 'actionpack/lib/action_view/helpers/atom_feed_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/atom_feed_helper.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/helpers/atom_feed_helper.rb b/actionpack/lib/action_view/helpers/atom_feed_helper.rb
index 58c3a8752e..52806f206a 100644
--- a/actionpack/lib/action_view/helpers/atom_feed_helper.rb
+++ b/actionpack/lib/action_view/helpers/atom_feed_helper.rb
@@ -9,8 +9,8 @@ module ActionView
#
# config/routes.rb:
# Basecamp::Application.routes.draw do |map|
- # map.resources :posts
- # map.root :controller => "posts"
+ # resources :posts
+ # root :to => "posts#index"
# end
#
# app/controllers/posts_controller.rb: