Sha256: d4ce85cc6b9d39bf9ac1bba661f2e9d315680df0c9e5aaf074aaece52bc57271
Contents?: true
Size: 229 Bytes
Versions: 13
Compression:
Stored size: 229 Bytes
Contents
namespace :curation_concerns do namespace :workflow do desc "Load workflow configuration into the database" task load: :environment do CurationConcerns::Workflow::WorkflowImporter.load_workflows end end end
Version data entries
13 entries across 13 versions & 1 rubygems