I would like to specify a default sort order in my model.
So that when I do a .where() without specifying an .order() it uses the default
.where()
.order()
You can use default_scope to implement a default sort order http://api.rubyonrails.org/classes/ActiveRecord/Scoping/Default/ClassMethods.html