summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index e767dae..a681d14 100644
--- a/Rakefile
+++ b/Rakefile
@@ -35,6 +35,7 @@ namespace :db do
task :seed do
require_relative 'db/seeds.rb'
+ Seeds.new(DATABASE).run
end
desc "drop, create and migrate the database"