Skip to content

Instantly share code, notes, and snippets.

@LTe
Created August 11, 2010 12:04
Show Gist options
  • Save LTe/518873 to your computer and use it in GitHub Desktop.
Save LTe/518873 to your computer and use it in GitHub Desktop.
@pages = Page.paginate :page => params[:page],
:order => 'created_at DESC',
:conditions => ['user_profile_id = ?', nil]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment