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