I have a set of columns that applies to more than 1 model.
For the sake of discussion, it could be:
User has many Addresses Company has an Address
These are separate models, but the Address columns will be identical between the 2.
What's the best way to accomplish this in Rails?