I am using the method for linking to the project. Below the code is there
project = Project.new
project.id = value["id"]
project.name = value["project_name"]
<td width="20%" class="left"><%= link_to_project(project) %></td>
ERROR
No route matches {:action=>"show", :controller=>"projects", :id=>#<Project id: 2343, name: " TESTING", description: nil, homepage: "", is_public: false, parent_id: nil, created_on: nil, updated_on: nil, identifier: nil, status: 1, lft: nil, rgt: nil, inherit_members: false, product_backlog_id: nil, default_version_id: nil>} missing required keys: [:id]
I got this error its not working. I dont know how to solve this. But rails 3.2 its working fine.