Skip to content

Instantly share code, notes, and snippets.

@vito-lbs
Created October 6, 2015 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vito-lbs/972814998503b92f700b to your computer and use it in GitHub Desktop.
Save vito-lbs/972814998503b92f700b to your computer and use it in GitHub Desktop.
ActiveRecord::Base.connection_pool.with_connection do
Nonce.where('expires_at < ?', Time.now).delete_all rescue nil
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment