Class: SolidQueueGuard::Generators::Install::CiGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- SolidQueueGuard::Generators::Install::CiGenerator
- Defined in:
- lib/generators/solid_queue_guard/install/ci_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_workflow ⇒ Object
13 14 15 |
# File 'lib/generators/solid_queue_guard/install/ci_generator.rb', line 13 def copy_workflow template 'solid_queue_guard.yml', '.github/workflows/solid_queue_guard.yml' end |