Connor Savage
Results
1
comments of
Connor Savage
I'm using sqlite and rails 4.1.8, I found that I needed the equivalent of ``` ruby @drd = Drd.find(UUIDTools::UUID.parse(params[:id])) ``` to generate the functioning sql you describe. Have you found...