Use parentheses

This commit is contained in:
gregoirenovel 2018-08-27 09:21:20 +02:00
parent 890cb63112
commit 5f60e204d1

View file

@ -33,6 +33,6 @@ Rails.application.configure do
config.lograge.logger = ActiveSupport::Logger.new Rails.root.join('log', "logstash_#{Rails.env}.log")
if config.lograge.enabled
ActiveJobLogSubscriber.attach_to :active_job
ActiveJobLogSubscriber.attach_to(:active_job)
end
end