Skip to content

Commit

Permalink
Merge pull request rroblak#7 from ognevsky/patch-1
Browse files Browse the repository at this point in the history
fixed typo in README
  • Loading branch information
rhalff committed May 7, 2012
2 parents 5a1f95c + 400d88e commit 3109827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Dump all data directly to db/seeds.rb:

rake db:seed:dump

Dump only data from the users and products table and dump a maximum amount of 10 records:
Dump only data from the users and products table and dump a maximum amount of 2 records:

$ rake db:seed:dump MODELS=User,Product LIMIT=2

Expand Down

0 comments on commit 3109827

Please sign in to comment.