1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #8484 from gclag/dynamic-index-refinements

Explain how to supersede the new dynamic welcome page
This commit is contained in:
Xavier Noria 2012-12-11 01:11:05 -08:00
commit 15934c80b1

View file

@ -223,6 +223,8 @@
</li>
<li>
<h2>Set up a root route to replace this page</h2>
<p>You're seeing this page because you're running in development mode and you haven't set a root route yet.</p>
<p>Routes are set up in <span class="filename">config/routes.rb</span>.</p>
</li>