search for: requester_us

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

Did you mean: requester_id
2006 Feb 26
3
Rails Naming Conventions
DB field names: If I have a table that references 2 or more separate users from my users table, is there a recommended naming convention for this situation? In my case, I have 3 users associated with a record in my projects table: requester_user_id created_by updated_by I could name one of them "user_id", and then projects.user would work I guess, but wouldn''t work for the others. Is there a recommendation for this kind of situation? Plurality in Classes: Not in class names as much as in the part where you sa...