Skip to content

Instantly share code, notes, and snippets.

@neilmiddleton
Created April 28, 2010 13:08
Show Gist options
  • Save neilmiddleton/382116 to your computer and use it in GitHub Desktop.
Save neilmiddleton/382116 to your computer and use it in GitHub Desktop.
conditions = {}
conditions[:age] = params[:age] if params[:age].present?
conditions[:gender] = params[:gender] if params[:gender].present?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment