Skip to content

Commit

Permalink
Made location of seed data more clear.
Browse files Browse the repository at this point in the history
Distinguish dynamic variables with static portion of paths.
  • Loading branch information
joshuapinter committed May 10, 2014
1 parent a047d65 commit b726d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ Where to put seed files

By default, seed files are looked for in the following locations:

* `Rails.root/db/fixtures` and `Rails.root/db/fixtures/Rails.env` in a Rails app
* `db/fixtures` when loaded without Rails
* `#{Rails.root}/db/fixtures` and `#{Rails.root}/db/fixtures/#{Rails.env}` in a Rails app
* `./db/fixtures` when loaded without Rails

You can change these defaults by modifying the `SeedFu.fixture_paths` array.

Expand Down

0 comments on commit b726d28

Please sign in to comment.