Skip to content

Instantly share code, notes, and snippets.

@namtsui
Created December 22, 2010 13:07
Show Gist options
  • Save namtsui/751482 to your computer and use it in GitHub Desktop.
Save namtsui/751482 to your computer and use it in GitHub Desktop.
@deals1 = Deal.paginate(:page=>page, :per_page=>20, :order => 'created_at DESC', :conditions => ['source = ?', 'stashflip'])
@deals2 = Deal.paginate(:page=>page, :per_page=>20, :order => 'created_at DESC', :conditions => ['source != ?', 'stashflip'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment