FIX: whoops, linting
This commit is contained in:
parent
6518cac5cf
commit
5bb30d8016
|
@ -1,3 +1,5 @@
|
|||
task :log => :environment do
|
||||
# frozen_string_literal: true
|
||||
|
||||
task log: :environment do
|
||||
ActiveRecord::Base.logger = Logger.new(STDOUT)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue