我在Rails routing system中找不到關鍵字「mount」的含義。Rails路由中的「mount」指令意味着什麼?
我已經在我的Rails應用程序中設置了Mercury。它添加了此行我routes.rb
配置文件:
Appname::Application.routes.draw do
mount Mercury::Engine => '/'
什麼是mount
關鍵字是什麼意思?
我在Rails routing system中找不到關鍵字「mount」的含義。Rails路由中的「mount」指令意味着什麼?
我已經在我的Rails應用程序中設置了Mercury。它添加了此行我routes.rb
配置文件:
Appname::Application.routes.draw do
mount Mercury::Engine => '/'
什麼是mount
關鍵字是什麼意思?
http://apidock.com/rails/ActionDispatch/Routing/Mapper/Base/mount – BroiSatse