Re: Conventions - Process - More than one object to tag

2008-06-14 Thread José Pablo Orozco Marín
Thanks. But i want a Tags table for post and another Tags table for user profiles. The association for each one is HasONe. Can i use? posts posts_posttags posttags profiles profiles_profiletags profiletags Abhimanyu Grover escribió: Just use posts_tags profiles_tags Remember, you

Conventions - Process - More than one object to tag

2008-06-13 Thread Josoroma
Cool, your tutorial is very helpful. I was wondering how to name tables, for example if i have the following problem, i need to tag posts and to tag user profiles in different tables, then im confuse how to name tables: posts posts_tags tags profiles profiles_??? ??? Or can i use something

Re: Conventions - Process - More than one object to tag

2008-06-13 Thread Abhimanyu Grover
Just use posts_tags profiles_tags Remember, you dont need to have 2 models for 'Tag'. Its the association which will vary and can be increased to 'n' number of Models. On Jun 14, 6:59 am, Josoroma [EMAIL PROTECTED] wrote: Cool, your tutorial is very helpful. I was wondering how to name