Skip to content

Commit

Permalink
Merge pull request #51 from alexsoble/patch-1
Browse files Browse the repository at this point in the history
Tiny fix to README
  • Loading branch information
james2m committed Apr 11, 2015
2 parents e24defd + 54a7858 commit f3ff4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ Therefore, assuming `RAILS_ENV` is not set or it is "development":

will load the seeds in `db/seeds.rb`, `db/seeds/bar.seeds.rb`, `db/seeds/foo.seeds.rb` and `db/seeds/development/users.seeds.rb`. Whereas, setting the `RAILS_ENV` variable, like so:

$ RAILS_ENV=production db:seed
$ RAILS_ENV=production rake db:seed

will load the seeds in `db/seeds.rb`, `db/seeds/bar.seeds.rb` and `db/seeds/foo.seeds.rb`.

Expand Down

0 comments on commit f3ff4f9

Please sign in to comment.