lib/tasks/users.rake in disco_app-0.16.1 vs lib/tasks/users.rake in disco_app-0.17.0
- old
+ new
@@ -1,10 +1,8 @@
namespace :users do
-
desc 'Synchronise user data accross all installed shops'
task sync: :environment do
DiscoApp::Shop.installed.has_active_shopify_plan.shopify_plus.each do |shop|
DiscoApp::SynchroniseUsersJob.perform_later(shop)
end
end
-
end