Class: ActiveError::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- ActiveError::InstallGenerator
- Defined in:
- lib/generators/active_error/install/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#add_route ⇒ Object
4 5 6 |
# File 'lib/generators/active_error/install/install_generator.rb', line 4 def add_route route "mount ActiveError::Engine => \"/errors\"" end |
#create_migrations ⇒ Object
8 9 10 |
# File 'lib/generators/active_error/install/install_generator.rb', line 8 def create_migrations rails_command "active_error:install:migrations", inline: true end |