fix
This commit is contained in:
parent
9232a284d8
commit
c019766df2
|
@ -24,7 +24,7 @@ class Cache::V2::OwnerCommonService < ApplicationService
|
||||||
|
|
||||||
private
|
private
|
||||||
def load_owner
|
def load_owner
|
||||||
@owner = User.find_by(login: @login)
|
@owner = Owner.find_by(login: @login)
|
||||||
end
|
end
|
||||||
|
|
||||||
def owner_common_key
|
def owner_common_key
|
||||||
|
|
Loading…
Reference in New Issue