I'm new to Rails and I'm wondering how others would handle this.

I want to be able to post articles and tag them with related teams and
players. I want to avoid duplicating data by maintaining a list of
tags and then a list of teams/players. When a user clicks on a tag
listed in the article, it should go to the player's profile page, or
the team profile page.

As of right now, here are my current model classes.

- Article
- Player
- Team

Thanks in advance,
Shane

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to