Skip to content

Commit

Permalink
Use auto_upgrade!
Browse files Browse the repository at this point in the history
  • Loading branch information
namelessjon committed Mar 16, 2011
1 parent 8eb0618 commit 99d7393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/Models.markdown
Expand Up @@ -24,7 +24,7 @@ show started, and this example will include a 'Post' model.
end

# automatically create the post table
Post.auto_migrate! unless Post.storage_exists?
Post.auto_upgrade!

Once that is all well and good, you can actually start developing your
application!
Expand Down

0 comments on commit 99d7393

Please sign in to comment.