mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
fixed codeclimate errors (partically)
This commit is contained in:
parent
3f41ce4ab4
commit
f4e0084895
103 changed files with 339 additions and 367 deletions
|
@ -122,7 +122,7 @@ class CsyncRecord < ApplicationRecord
|
|||
end
|
||||
|
||||
def self.log
|
||||
Rails.env.test? ? logger : Logger.new(STDOUT)
|
||||
Rails.env.test? ? logger : Logger.new($stdout)
|
||||
end
|
||||
|
||||
def validate_csync_action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue