Class: Pu::Core::UpdateGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Pu::Core::UpdateGenerator
- Includes:
- PlutoniumGenerators::Generator
- Defined in:
- lib/generators/pu/core/update/update_generator.rb
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
12 13 14 15 16 17 18 |
# File 'lib/generators/pu/core/update/update_generator.rb', line 12 def start update_gem update_npm_package sync_skills_if_present rescue => e exception "#{self.class} failed:", e end |