Class: ShopifyApp::Generators::AddAppUninstalledJobGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/shopify_app/add_app_uninstalled_job/add_app_uninstalled_job_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_jobObject



10
11
12
# File 'lib/generators/shopify_app/add_app_uninstalled_job/add_app_uninstalled_job_generator.rb', line 10

def create_job
  template("app_uninstalled_job.rb", "app/jobs/app_uninstalled_job.rb")
end