Sha256: 0fc58551aa1e0b0c5806121bc3ea806698fe7f637c40dc259beb62a0a98deb99
Contents?: true
Size: 275 Bytes
Versions: 4
Compression:
Stored size: 275 Bytes
Contents
module Camunda module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path('templates', __dir__) def copy_camunda_application_job copy_file 'camunda_job.rb', 'app/jobs/camunda_job.rb' end end end end
Version data entries
4 entries across 4 versions & 1 rubygems