I\'m not sure if what I\'m even trying to do is possible but here goes. I have an SQL database with the following tables defined (showing only relevant tables in SQL):
I am trying to write an application to track legal case requests.The main model is Case, which has_many Subjects, Keywords, Notes, and Evidences (which, in turn, has_many CustodyLogs).Since the applic