A User
has many Airports
though Preferences
.
I want to display the airports, sorted by "first added" to their preferences. How do I do this? Since the airports are a "static" database, their created_date
is irrelevant. We're looking more for something like associated_date
.
I suppose what I need to do is find the association in the join table and get its created_date
.
I'm sure I can figure it out. But, does anyone have the solution close at hand?
Thanks.