mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Explain how to supersede the new dynamic welcome page
The old, static welcome page instructed developers to delete the public/index.html file and set a root route. The new, dynamic welcome page should tell developers (a) why they're seeing it when it doesn't correspond to anything in the viewable app source and (b) that it can be superseded with a root route.
This commit is contained in:
parent
377692e941
commit
9f5622f6a3
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue