Skip to content

Instantly share code, notes, and snippets.

@deepakkumarnd
Forked from austenito/query.rb
Last active August 29, 2015 14:24
Show Gist options
  • Save deepakkumarnd/218b6b52c01ae63a8df9 to your computer and use it in GitHub Desktop.
Save deepakkumarnd/218b6b52c01ae63a8df9 to your computer and use it in GitHub Desktop.
if Moped.logger == Rails.logger
Moped.logger = Logger.new($stdout)
true
else
Moped.logger = Rails.logger
false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment