假设我正在集成forem
到我的应用程序中,我routes.rb
看起来像这样:
# items
resources :items, only: [:index, :show]
# forem
mount Forem::Engine, :at => '/forums'
在我的默认布局layout/Application.erb.html
中,有类似的东西:
link_to 'items', items_path
并且,在/forums
页面中,会出现:
undefined local variable or method `items_path'
那么,在路由到已安装的类后如何访问其他路径助手