Skip to content

Instantly share code, notes, and snippets.

@dereknguyen269
Created September 5, 2016 13:25
Show Gist options
  • Save dereknguyen269/c8c297b7b7e74e8321ec82d756d0fa3f to your computer and use it in GitHub Desktop.
Save dereknguyen269/c8c297b7b7e74e8321ec82d756d0fa3f to your computer and use it in GitHub Desktop.
account = Account.find_by_user_id(5)
account.lock!
#no other users can read this account, they have to wait until the lock is released
account.save!
#lock is released, other users can read this account
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment