Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在炼油厂的另一个页面上重用炼油厂引擎。在 routes.rb 我已经包括:
match 'locations/:location_id/' => "locations/#index"
这样做的正确方法是什么?
您应该在引擎路由文件中创建您的路由。
通常你只需添加
resources :locations