Skip to content

specify default ordering #75

Description

@libo

I would love these new features regarding ordering:

  1. Possibility to specify default ordering directly in your ActiveRecord model. Something like a Rails
    default_scope :order => 'created_at DESC'

  2. Possibility to pass an array('order' => 'created_at') when using associations.
    $event->locations('order' => 'created_at');

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions