mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Fix codeclimate issues
This commit is contained in:
parent
06f5eb10d4
commit
90b2455032
5 changed files with 13 additions and 14 deletions
|
@ -5,7 +5,7 @@ class AuthTokenDecryptor
|
|||
attr_reader :user
|
||||
|
||||
def self.create_with_defaults(token)
|
||||
self.new(token, Rails.application.config.secret_key_base)
|
||||
new(token, Rails.application.config.secret_key_base)
|
||||
end
|
||||
|
||||
def initialize(token, key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue