I have question about param name for nested resources in rails routes For example i have:
resources :controller1, param: :controller_id do resources :controlle
Try this and see;
resources :controller1, param: :controller_id, path: "" do resources :controller2, path: "" end