We have two websites built on top of the same data. Their designs (and data presentation) are totally different, but the underlying data is the same.
Both have their own top level domain.
What is the best way to structure this? Have 2 different rails apps? or two sets of views?
I have thought about a rails engine, but, they will only share models, not views and controllers, so I am not sure if this is the best approach.
Suggestions, article links, etc most welcomed!