Skip to content

Instantly share code, notes, and snippets.

@avescodes
Forked from eqdw/gist:652272
Created October 28, 2010 20:37
Show Gist options
  • Save avescodes/652274 to your computer and use it in GitHub Desktop.
Save avescodes/652274 to your computer and use it in GitHub Desktop.
@posts = (params[:title] ? Post.where("UPPER(posts.title) LIKE UPPER(%?%)", parmas[:title]) : Post).paginate(:page => 1, :order => "created_at DESC", :per_page => 20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment