search for: tool_id

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

Did you mean: pool_id
2006 Apr 18
6
Linking one model to another
I have a User model and a Thing model. I want to link users with things, so I have a migration that creates a permissions table with user_id and thing_id. The migration works fine and gives me three columns, I assume I need the permission''s ID so that I can delete it in future. Three questions come to mind though, which I have given thought but got nowhere. 1) Does the