Skip to content

Commit

Permalink
Update dummy app with new files from install generator
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianna-chang-shopify committed Sep 30, 2020
1 parent dea425f commit eca833f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/dummy/app/jobs/maintenance/application_task.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true
module Maintenance
class ApplicationTask < MaintenanceTasks::Task
end
end
4 changes: 4 additions & 0 deletions test/dummy/config/initializers/maintenance_tasks.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# frozen_string_literal: true

# Custom configuration for the tasks namespace can be defined here, ie.
# MaintenanceTasks.tasks_module = 'Maintenance'

0 comments on commit eca833f

Please sign in to comment.