Fix Naming/MemoizedInstanceVariableName
cop (#25928)
This commit is contained in:
parent
5134fc65e2
commit
2e1391fdd2
8 changed files with 9 additions and 22 deletions
|
@ -82,7 +82,7 @@ class SearchService < BaseService
|
|||
end
|
||||
|
||||
def url_resource
|
||||
@_url_resource ||= ResolveURLService.new.call(@query, on_behalf_of: @account)
|
||||
@url_resource ||= ResolveURLService.new.call(@query, on_behalf_of: @account)
|
||||
end
|
||||
|
||||
def url_resource_symbol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue