Class OauthConsumersController
In: lib/generators/oauth_consumer/templates/controller.rb
Parent: ApplicationController

Methods

callback   client   go_back   index  

Included Modules

Oauth::Controllers::ConsumerController

Public Instance methods

Protected Instance methods

Change this to decide where you want to redirect user to after callback is finished. params[:id] holds the service name so you could use this to redirect to various parts of your application depending on what service you‘re connecting to.

[Validate]