remove local monkeypatch
This commit is contained in:
parent
69f3cf08c9
commit
5793d2aa33
|
@ -105,7 +105,6 @@ class Api::BaseController < ApplicationController
|
||||||
end
|
end
|
||||||
|
|
||||||
def superapp?
|
def superapp?
|
||||||
return true
|
|
||||||
return true if doorkeeper_token.nil?
|
return true if doorkeeper_token.nil?
|
||||||
doorkeeper_token && doorkeeper_token.application.superapp? || false
|
doorkeeper_token && doorkeeper_token.application.superapp? || false
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue