Class: G5IntegrationsUpdatable::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/g5_integrations_updatable/install/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#mount_engineObject



4
5
6
# File 'lib/generators/g5_integrations_updatable/install/install_generator.rb', line 4

def mount_engine
  route "mount G5IntegrationsUpdatable::Engine => '/g5_integrations_updatable'"
end