Class: Pu::Saas::UserGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Includes:
PlutoniumGenerators::Concerns::Logger
Defined in:
lib/generators/pu/saas/user_generator.rb

Instance Method Summary collapse

Methods included from PlutoniumGenerators::Concerns::Logger

#debug, #error, #exception, #info, #success, #warn

Instance Method Details

#startObject



21
22
23
24
25
# File 'lib/generators/pu/saas/user_generator.rb', line 21

def start
  
rescue => e
  exception "#{self.class} failed:", e
end