I have 2 models that I am interested in merging and then ordering them by the created_at column. One of the models is photos and the other one is statuses. Currently, I have two tabs, photos and statuses in which I display each of the model data sepeartely by the time they were created. However, I want to make another tab called photos and statuses, and display them together. My question is how can I display both of them by the time they were created together. For example I would like it to have an order sort of like this
Hell World (status posted 4 hours ago)
<img src="blah/blah" /> (posted 6 hours ago)
Hello (status posted 8 hours ago)
Any suggestions? Thanks in advance