Class: Devise::Oauth2Providable::AuthorizationsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Devise::Oauth2Providable::AuthorizationsController
- Defined in:
- app/controllers/devise/oauth2_providable/authorizations_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
15 16 17 |
# File 'app/controllers/devise/oauth2_providable/authorizations_controller.rb', line 15 def create respond *(:allow_approval).call(request.env) end |
#new ⇒ Object
11 12 13 |
# File 'app/controllers/devise/oauth2_providable/authorizations_controller.rb', line 11 def new respond *.call(request.env) end |