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
Why not simply put all the wheels in one table and use a standard :has_many? You can do it in a migration: