From 7915f9d77cab1d13a0642186048dfb26007c5fb2 Mon Sep 17 00:00:00 2001 From: Juan Ortiz Date: Tue, 4 Aug 2015 18:21:00 -0500 Subject: [PATCH] rake:schema_load to rake:schema:load --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 648cefd8d..bc16cc385 100644 --- a/README.md +++ b/README.md @@ -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: