1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Refer to the proper logger

This commit is contained in:
David Heinemeier Hansson 2015-07-06 19:19:18 +02:00
parent 4bb995a4aa
commit 4c0ece2ff0

View file

@ -25,7 +25,7 @@ module ActionCable
private
def logger
ActionCable::Server::Base.logger
ActionCable.server.logger
end
end
end