Fix comment spacings, gloupsss

This commit is contained in:
François Turbelin
2019-05-30 11:28:41 +02:00
parent e5d4b216ba
commit c5addb8c1d

View File

@@ -4,8 +4,8 @@ namespace :ofn do
task setup: :environment do
p '== Entering setup'
# NOTE: Could be helpful to drop and create again the db here
#Rake::Task['db:drop'].invoke
#Rake::Task['db:create'].invoke
# Rake::Task['db:drop'].invoke
# Rake::Task['db:create'].invoke
unless Spree::User.table_exists? && Spree::User.count
p '== Load data schema'
@@ -13,8 +13,8 @@ namespace :ofn do
# TODO: Integrate the tasks loading data
# Issue to reach stdin while creating Admin account
#Rake::Task['db:seed'].invoke
#Rake::Task['ofn:sample_data'].invoke
# Rake::Task['db:seed'].invoke
# Rake::Task['ofn:sample_data'].invoke
end
p '== Migrate'