Indentation
This commit is contained in:
parent
12b24337e7
commit
e11be727a1
@ -36,7 +36,7 @@ class RemoteStorageAuthorization < ApplicationRecord
|
||||
private
|
||||
|
||||
def redis
|
||||
@redis ||= Redis.new(url: Setting.redis_url)
|
||||
@redis ||= Redis.new(url: Setting.rs_redis_url)
|
||||
end
|
||||
|
||||
def generate_token(length=16)
|
||||
|
Loading…
x
Reference in New Issue
Block a user