Class: Pu::Saas::WelcomeGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Pu::Saas::WelcomeGenerator
- Defined in:
- lib/generators/pu/saas/welcome_generator.rb
Instance Method Summary collapse
Methods included from PlutoniumGenerators::Concerns::RodauthRedirects
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
34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/generators/pu/saas/welcome_generator.rb', line 34 def start validate_requirements create_authenticated_controller create_welcome_controller create_views add_routes configure_rodauth show_instructions rescue => e exception "#{self.class} failed:", e end |