Fixed typo.

This commit is contained in:
Andy Stewart 2009-05-28 08:22:29 +01:00
parent 3c06403f64
commit edf40cde25
1 changed files with 3 additions and 1 deletions

View File

@ -127,9 +127,11 @@ And on again like this:
`config.gem 'airblade-paper_trail', :lib => 'paper_trail', :source => 'http://gems.github.com'`
or:
`script/plugin install git://github.com/airblade/paper_trail.git`
2. Generate a migration which wll add a `versions` table to your database.
2. Generate a migration which will add a `versions` table to your database.
`script/generate paper_trail`