Skip to content

Instantly share code, notes, and snippets.

@jlebrech
Created March 1, 2012 16:46
Show Gist options
  • Save jlebrech/1951275 to your computer and use it in GitHub Desktop.
Save jlebrech/1951275 to your computer and use it in GitHub Desktop.
Mongomapper or query
@gamer_profiles = GamerProfile.all(
:$or => [
{"playerName" => /#{params[:search]}/},
{"locale" => /#{params[:search]}/}
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment