From 730d5ff7d62714d9aef957479434be9cf114930e Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Thu, 3 Jan 2019 12:59:58 +0100 Subject: [PATCH] Include the default location in seed data This ensures that new OFN instances will have the proper stock location set up. --- db/seeds.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/seeds.rb b/db/seeds.rb index 17e5bf91b7..9f0868cb6b 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -50,3 +50,5 @@ end spree_user = Spree::User.first spree_user && spree_user.confirm! + +DefaultStockLocation.create!