Skip to content

Instantly share code, notes, and snippets.

@savonarola
Created December 3, 2009 20:31
Show Gist options
  • Save savonarola/248487 to your computer and use it in GitHub Desktop.
Save savonarola/248487 to your computer and use it in GitHub Desktop.
return $self->rs("Questions")->search(
{ id => { 'NOT IN' => $user->games()->search_related('games_questions')->search_related('questions')->get_column('id')->as_query() } },
{ order_by => \'RANDOM()',
rows => 1
}
)->single();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment