diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2014-04-13 10:28:56 -0300 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2014-04-13 10:28:56 -0300 |
commit | 8b3ff37cb77e1f3976e6108b67414d0666f36574 (patch) | |
tree | 961ac393d67fdd7bacc675ff7ed9c41542416d67 /actionview/lib | |
parent | 090db0ff7d2611846aef0b38f741dda6204849ce (diff) | |
parent | 2ddbe87e7acc324ce7e0a4784c4d10b79cc49a40 (diff) | |
download | rails-8b3ff37cb77e1f3976e6108b67414d0666f36574.tar.gz rails-8b3ff37cb77e1f3976e6108b67414d0666f36574.tar.bz2 rails-8b3ff37cb77e1f3976e6108b67414d0666f36574.zip |
Merge pull request #14718 from mcmorgan/update-documentation-to-match-generated-config
Update documentation to use Rails.application instead
Diffstat (limited to 'actionview/lib')
-rw-r--r-- | actionview/lib/action_view/helpers/atom_feed_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/helpers/atom_feed_helper.rb b/actionview/lib/action_view/helpers/atom_feed_helper.rb index af70a4242a..227ad4cdfa 100644 --- a/actionview/lib/action_view/helpers/atom_feed_helper.rb +++ b/actionview/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 + # Rails.application.routes.draw do # resources :posts # root to: "posts#index" # end |