I would love these new features regarding ordering:
-
Possibility to specify default ordering directly in your ActiveRecord model. Something like a Rails
default_scope :order => 'created_at DESC'
-
Possibility to pass an array('order' => 'created_at') when using associations.
$event->locations('order' => 'created_at');
I would love these new features regarding ordering:
Possibility to specify default ordering directly in your ActiveRecord model. Something like a Rails
default_scope :order => 'created_at DESC'
Possibility to pass an array('order' => 'created_at') when using associations.
$event->locations('order' => 'created_at');