I have an interesting Active Record problem and I\'m not quite sure what the cleanest solution is. The legacy database that I am integrating with has a strange wrinkle in its sc
Sadly, I know your troubles. Whoever thought to partition the tables in your database must have gotten fired by your boss and hired by mine ;-)
Anyway, the solution (via RailsForum): http://railsforum.com/viewtopic.php?id=674
is to use Dr. Nic's Magic Models.
Cheers