Class: Pu::AsyncInteractions::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Pu::AsyncInteractions::InstallGenerator
- Includes:
- PlutoniumGenerators::Concerns::ConfiguresRecurring, PlutoniumGenerators::Concerns::ResourceRegistration, PlutoniumGenerators::Generator
- Defined in:
- lib/generators/pu/async_interactions/install_generator.rb
Constant Summary
Constants included from PlutoniumGenerators::Concerns::ConfiguresRecurring
PlutoniumGenerators::Concerns::ConfiguresRecurring::ENV_KEYS
Instance Method Summary collapse
Methods included from PlutoniumGenerators::Generator
derive_association_name, find_shared_namespace, included
Methods included from PlutoniumGenerators::Concerns::Logger
#debug, #error, #exception, #info, #success, #warn
Methods included from PlutoniumGenerators::Concerns::Config
Instance Method Details
#start ⇒ Object
26 27 28 29 30 31 32 33 |
# File 'lib/generators/pu/async_interactions/install_generator.rb', line 26 def start enable_async_interactions connect_portal unless [:skip_portal] schedule_reap_job migration_reminder rescue => e exception "#{self.class} failed:", e end |