export, not import
Oleg
committed May 30, 2011
commit ddb46ea9c5a49af4ad2ab72ddf6412d14f7a1d12
Showing 1
changed file with
1 additions
and 1 deletions
README.md
+1
-1
| @@ | @@ -152,7 +152,7 @@ When fixtures are enabled, database is updated with each request, but only if fi |
| To load fixtures into the database just run this rake task: `rake comfortable_mexican_sofa:fixtures:import FROM=example.local TO=example.com`. `from` indicates folder the fixtures are in and `to` is the Site hostname you have defined in the database. | |
| - | If you need to dump database contents into fixture files run: `rake comfortable_mexican_sofa:fixtures:import FROM=example.com TO=example.local`. This will create example.local folder and dump all content from example.com Site. |
| + | If you need to dump database contents into fixture files run: `rake comfortable_mexican_sofa:fixtures:export FROM=example.com TO=example.local`. This will create example.local folder and dump all content from example.com Site. |
| Active Components | |
| ----------------- | |