Displaying 1 result from an estimated 1 matches for "files_keywords".
2006 May 21
3
find with belongs_to -> belongs_to -> belongs_to
I have 3 tables
   keywords (keywords attached to a file)
   files (info about the file)
   paths (path for the file)
[This is a legacy database, so I can''t change this]
keyword belongs_to file and file belongs_to path. Users need to be able 
to search the keywords, but they only have access to certain volumes, so 
the results need to be limited by the path. I also need to show paging,