Skip to content

Instantly share code, notes, and snippets.

@jmervine
Created January 4, 2016 17: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 jmervine/93a176733cbaa4cced4f to your computer and use it in GitHub Desktop.
Save jmervine/93a176733cbaa4cced4f to your computer and use it in GitHub Desktop.
def log_db_action
DB.loggers << Logger.new($stdout)
yield
DB.loggers = []
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment