Class: Pu::Saas::UserGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Pu::Saas::UserGenerator
- 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
#start ⇒ Object
21 22 23 24 25 |
# File 'lib/generators/pu/saas/user_generator.rb', line 21 def start generate_user_account rescue => e exception "#{self.class} failed:", e end |