Sha256: 2480b5231d3f5f6973194ddf898b81d6d22cc60619082a3cc1d26cfead2cfecc
Contents?: true
Size: 651 Bytes
Versions: 17
Compression:
Stored size: 651 Bytes
Contents
class Auth::OmniauthCallbacksController < Devise::OmniauthCallbacksController layout "auth" # You should configure your model like this: # devise :omniauthable, omniauth_providers: [:twitter] # You should also create an action method in this controller like this: # def twitter # end # More info at: # https://github.com/heartcombo/devise#omniauth # GET|POST /resource/auth/twitter # def passthru # super # end # GET|POST /users/auth/twitter/callback # def failure # super # end # protected # The path used when OmniAuth fails # def after_omniauth_failure_path_for(scope) # super(scope) # end end
Version data entries
17 entries across 17 versions & 1 rubygems