Commit 1b1d51bb authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Make request argument required for Applications::CreateService

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 66c02b3f
......@@ -5,7 +5,7 @@ module Applications
@params = params.except(:ip_address)
end
def execute(request = nil)
def execute(request)
Doorkeeper::Application.create(@params)
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment