mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 16:32:04 +02:00
fixed codeclimate errors (partically)
This commit is contained in:
parent
3f41ce4ab4
commit
f4e0084895
103 changed files with 339 additions and 367 deletions
|
@ -10,4 +10,4 @@ namespace :invoices do
|
|||
|
||||
puts "Cancelled total: #{cancelled_invoice_count}"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -41,7 +41,7 @@ namespace :invoices do
|
|||
end
|
||||
|
||||
def log(msg)
|
||||
@log ||= Logger.new(STDOUT)
|
||||
@log ||= Logger.new($stdout)
|
||||
@log.info(msg)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue