1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
This commit is contained in:
David Heinemeier Hansson 2015-06-21 15:06:15 +02:00
parent fb18f809e0
commit f9ef9486f1

View file

@ -1,7 +1,6 @@
module ActionCable
module Connection
class TaggedLoggerProxy
def initialize(logger, tags:)
@logger = logger
@tags = tags.flatten