FIX: whoops, linting

This commit is contained in:
Daniel Waterworth 2020-09-03 12:10:11 +01:00
parent 6518cac5cf
commit 5bb30d8016
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
task :log => :environment do
# frozen_string_literal: true
task log: :environment do
ActiveRecord::Base.logger = Logger.new(STDOUT)
end