Best way to implement keywords for image upload gallery
- by Dan Berlyoung
I'm starting to spec out an image gallery type system similar to Facebook's. Members of the site will be able to create image galleries and upload images for others to view. Images will have keywords the the uploader can specify.
Here's the question, what's the best way to model this? With image and keyword tables linked vi a HABTM relation? …