Sha256: aed4097f023f207f6622f2b32ec86ef064918487b9c219cdf69cb95b4e3f871f
Contents?: true
Size: 376 Bytes
Versions: 5
Compression:
Stored size: 376 Bytes
Contents
# frozen_string_literal: true require "solidus_promotions/promotion_migrator" namespace :solidus_promotions do desc "Migrate Spree Promotions to Friendly Promotions using a map" task migrate_existing_promotions: :environment do require "solidus_promotions/promotion_map" SolidusPromotions::PromotionMigrator.new(SolidusPromotions::PROMOTION_MAP).call end end
Version data entries
5 entries across 5 versions & 1 rubygems