Update installation instructions.

This commit is contained in:
Andy Stewart 2011-03-04 09:09:38 +00:00
parent f664a454ec
commit 581ca47b42
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,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`
`bundle exec rails generate paper_trail:install`
3. Run the migration.