Module: Rack::OAuth2::Server::Rails::Authorize::ResponseExt
- Includes:
- ResponseExt
- Defined in:
- lib/rack/oauth2/server/rails/authorize.rb
Instance Method Summary collapse
Methods included from ResponseExt
#finish, #headers, #json, #location, #redirect?
Instance Method Details
#approve! ⇒ Object
35 36 37 38 |
# File 'lib/rack/oauth2/server/rails/authorize.rb', line 35 def approve! super finish end |