I have a many-to-many relationship between a model User and Picture. These are linked by a join table called Picturization.
If I obtain a list of users of a single pict
You can specify the table name in the order method/clause:
picture.users.order("picturizations.created_at DESC")