rake:schema_load to rake:schema:load

This commit is contained in:
Juan Ortiz
2015-08-04 18:21:00 -05:00
parent 7fc7be371b
commit 7915f9d77c

View File

@@ -22,8 +22,8 @@ cd participacion
bundle install
cp config/database.yml.example config/database.yml
cp config/secrets.yml.example config/secrets.yml
bundle exec bin/rake db:create db:schema_load
RAILS_ENV=test bundle exec rake db:create db:schema_load
bundle exec bin/rake db:create db:schema:load
RAILS_ENV=test bundle exec rake db:create db:schema:load
```
Para ejecutar la aplicación en local: