Im writing a game on rails, and am trying to allow a user to create their mine (its a mining game). I have a table for the users, and a table for mines. Each user has a ref. ID on their entry, pointing to their mine's ID in the mine table.Im writing a game on rails, and am trying to al