aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/atom_feed_helper.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-02-25 16:48:36 -0800
committerCarlhuda <carlhuda@engineyard.com>2010-02-25 17:53:29 -0800
commitfc4582fb6684ce72f5628629ea7d061659b790f8 (patch)
tree7d49d64d8ad3e7c91009e2b9804db9f7ed652177 /actionpack/lib/action_view/helpers/atom_feed_helper.rb
parent36fd9efb5e4bfc9ac3acd4189d4dc457dea8102a (diff)
downloadrails-fc4582fb6684ce72f5628629ea7d061659b790f8.tar.gz
rails-fc4582fb6684ce72f5628629ea7d061659b790f8.tar.bz2
rails-fc4582fb6684ce72f5628629ea7d061659b790f8.zip
Final pass at removing the router from a global constant
Diffstat (limited to 'actionpack/lib/action_view/helpers/atom_feed_helper.rb')
-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 4305a0d5f5..a26a8c9b4b 100644
--- a/actionpack/lib/action_view/helpers/atom_feed_helper.rb
+++ b/actionpack/lib/action_view/helpers/atom_feed_helper.rb
@@ -8,7 +8,7 @@ module ActionView
# Full usage example:
#
# config/routes.rb:
- # ActionDispatch::Routing::Routes.draw do |map|
+ # Basecamp::Application.routes.draw do |map|
# map.resources :posts
# map.root :controller => "posts"
# end