Class: AppManager::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- AppManager::Generators::InstallGenerator
- Defined in:
- lib/generators/app_manager/install/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#mount_engine ⇒ Object
7 8 9 |
# File 'lib/generators/app_manager/install/install_generator.rb', line 7 def mount_engine route("mount AppManager::Engine, at: '/'") end |