Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Created October 15, 2011 17:08
Show Gist options
  • Save edipofederle/1289849 to your computer and use it in GitHub Desktop.
Save edipofederle/1289849 to your computer and use it in GitHub Desktop.
@clients = Client.where("user_id = ? AND name LIKE ?", current_user.id, "%#{params[:search]}%").order("name ASC")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment