diff options
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/dev_setup.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/dev_setup.rake b/lib/tasks/dev_setup.rake index 73e0b01..7042710 100644 --- a/lib/tasks/dev_setup.rake +++ b/lib/tasks/dev_setup.rake @@ -10,5 +10,5 @@ namespace :dev do end desc "Setup local environment for development." - task :setup => [ 'config_refinery', 'config_db', 'db:setup' ] + task :setup => [ 'config_refinery', 'config_db', 'db:setup', 'db:seed' ] end |