Class: Pu::Rodauth::AdminGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Pu::Rodauth::AdminGenerator
- Includes:
- PlutoniumGenerators::Concerns::Logger
- Defined in:
- lib/generators/pu/rodauth/admin_generator.rb
Instance Method Summary collapse
Methods included from PlutoniumGenerators::Concerns::Logger
#debug, #error, #exception, #info, #success, #warn
Instance Method Details
#start ⇒ Object
24 25 26 27 28 29 |
# File 'lib/generators/pu/rodauth/admin_generator.rb', line 24 def start generate_admin_account configure_admin_account rescue => e exception "#{self.class} failed:", e end |