Fix installation instructions for running generator.

This commit is contained in:
Andy Stewart 2011-02-21 09:29:06 +00:00
parent 55a31e549e
commit 4a55b2387b
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ Over time your `versions` table will grow to an unwieldy size. Because each ver
2. Generate a migration which will add a `versions` table to your database.
`bundle exec rails generate paper_trail:install`
`bundle exec rails generate paper_trail`
3. Run the migration.