Guest User

Untitled

a guest
Jul 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. def log_to(stream=$stdout)
  2. ActiveRecord::Base.logger = Logger.new(stream)
  3. ActiveRecord::Base.connection_pool.clear_reloadable_connections!
  4. nil
  5. end
Add Comment
Please, Sign In to add comment