0
namespace :admin do
resources :posts do
collection do
get 'whatever'
end
end
end
我預計會產生 'whatever_admin_posts_path' helper方法,但事實並非如此。
這有什麼錯我的代碼?或在軌道中的錯誤?,向restful資源添加集合路由不會生成命名路由助手?