search for: evaluatie

Displaying 1 result from an estimated 1 matches for "evaluatie".

Did you mean: evaluate
2006 Nov 20
1
undefined method `stringify_keys!' for "4":String - Meaning of this?
Hi, I have the following on a view <% for evaluation in @evaluations %> <td><%=h evaluation[0].name %></td> <td><%=evaluation[1].object_id %></td> <td><%= link_to( "Start", :action =>''evaluatie'', :id => evaluation[1].object_id) %></td> <%end%> When I click on the link, I can see that I do get a Parameters: {"id"=>"4"} request. In my controller I just have def evaluatie idee = Evaluation.new(params[:id]) @ideename= idee.name end Fo...