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



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

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