aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2014-04-13 10:28:56 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2014-04-13 10:28:56 -0300
commit8b3ff37cb77e1f3976e6108b67414d0666f36574 (patch)
tree961ac393d67fdd7bacc675ff7ed9c41542416d67 /guides/source/getting_started.md
parent090db0ff7d2611846aef0b38f741dda6204849ce (diff)
parent2ddbe87e7acc324ce7e0a4784c4d10b79cc49a40 (diff)
downloadrails-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 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index c54c9efe94..bafb75c668 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -344,7 +344,7 @@ resource. Here's what `config/routes.rb` should look like after the
_article resource_ is declared.
```ruby
-Blog::Application.routes.draw do
+Rails.application.routes.draw do
resources :articles