search for: ideename

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

Did you mean: devname
2006 Nov 20
1
undefined method `stringify_keys!' for "4":String - Meaning of this?
...on =>''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 For some reason, I get the message "undefined method `stringify_keys!'' for "4":String" Can anyone explains what that means? It is the first time I encounter this. Many thanks for any reply. --~--~---------~--~----~------------~-------~--~----~ You...