我想覆盖在狂欢的管理路线中编写的促销资源路线。 我正在使用。
Spree::Core::Engine.add_routes do
namespace :admin, path: Spree.admin_path do
resources :promotions do
resources :promotion_rules
resources :promotion_actions
resources :promotion_codes , :only => [:delete] //This is the new line
end
end
end
但是它不起作用。