Skip to content

Instantly share code, notes, and snippets.

@jakcharlton
Created October 16, 2010 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakcharlton/630286 to your computer and use it in GitHub Desktop.
Save jakcharlton/630286 to your computer and use it in GitHub Desktop.
will_devise and mongoid ... how to sort
@posts.paginate(:page => params[:page],
:per_page => 20,
:sort => [['added', :asc]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment