enju_leaf 1.2.0.beta.3 → 1.2.0.beta.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +0,0 @@
1
- class UserExportFileJob < ActiveJob::Base
2
- queue_as :enju_leaf
3
-
4
- def perform(user_export_file)
5
- user_export_file.export!
6
- end
7
- end
@@ -1,7 +0,0 @@
1
- class UserImportFileJob < ActiveJob::Base
2
- queue_as :enju_leaf
3
-
4
- def perform(user_import_file)
5
- user_import_file.import_start
6
- end
7
- end