Skip to content

Instantly share code, notes, and snippets.

@ipolevoy
Created January 13, 2014 14:31
Show Gist options
  • Save ipolevoy/8401235 to your computer and use it in GitHub Desktop.
Save ipolevoy/8401235 to your computer and use it in GitHub Desktop.
caching
List users = User.where("id not in (select user_id from restricted_users)");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment