Method: ShopifyApp::Generators::InstallGenerator#mount_engine
- Defined in:
- lib/generators/shopify_app/install/install_generator.rb
#mount_engine ⇒ Object
59 60 61 |
# File 'lib/generators/shopify_app/install/install_generator.rb', line 59 def mount_engine route "mount ShopifyApp::Engine, at: '/'" end |