I have Articles and Comments. Comments are RESTfully nested in Articles
(articles/1/comments/2 etc).
I am attempting to display articles via how recently created their last
comment was -- basically how any forum is ordered. How would I do this?
Thank you very much.