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

Merge pull request #11515 from prathamesh-sonpatki/edit-index-page

Removed information about creating database [ci skip]
This commit is contained in:
Yves Senn 2013-07-21 03:51:56 -07:00
commit 02e8dae627

View file

@ -232,8 +232,8 @@
</li> </li>
<li> <li>
<h2>Create your database</h2> <h2>Configure your database</h2>
<p>Run <code>rake db:create</code> to create your database. If you're not using SQLite (the default), edit <span class="filename">config/database.yml</span> with your username and password.</p> <p>If you're not using SQLite (the default), edit <span class="filename">config/database.yml</span> with your username and password.</p>
</li> </li>
</ol> </ol>
</div> </div>