not able to render form in rails association
问题 i created a project scaffold that has many to one association with stage scaffold now i created a task scaffold that has many to one association with stage scffold. but i task form is not rendered i am getting error. routes.rb resources :projects do resources :stages do resources :tasks end end Task form.html.erb <%= form_with(model: task, url: [@stages, task], local: true) do |form| %> <% if task.errors.any? %> <div id="error_explanation"> <h2><%= pluralize(task.errors.count, "error") %>