标签: ruby-on-rails ruby-on-rails-4
有没有办法可以使用Mounted Engine的主引擎路由,反之亦然?
答案 0 :(得分:0)
您可以尝试使用方法丢失 - 例如在this post中或通过引擎配置传递url,如:
module YourEngine class Engine < Rails::Engine config.some_route_url = this_url end end