Skip to content

Commit

Permalink
'rails db:migrate' is recommended on Rails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
kei-s committed Jul 10, 2016
1 parent b6cb3fe commit b1355de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2012-04-18-app.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ scaffold は新しいファイルをプロジェクトのディレクトリに
<div class="os-specific">
<div class="nix">
{% highlight sh %}
bin/rake db:migrate
rails db:migrate
rails server
{% endhighlight %}
</div>
Expand Down

0 comments on commit b1355de

Please sign in to comment.