Missing require 'authorization_decorator'. (#5947)
This commit is contained in:
parent
87af0bf6cf
commit
77660c4624
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
require 'doorkeeper/grape/authorization_decorator'
|
||||||
|
|
||||||
class Rack::Attack
|
class Rack::Attack
|
||||||
class Request
|
class Request
|
||||||
def authenticated_token
|
def authenticated_token
|
||||||
|
|
Loading…
Reference in a new issue