Sha256: aadb53b741a5893792e64e49f02816825821cdafdfd8f042ee3593a2b70e19e3
Contents?: true
Size: 640 Bytes
Versions: 57
Compression:
Stored size: 640 Bytes
Contents
class Admins::OmniauthCallbacksController < Devise::OmniauthCallbacksController # 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/plataformatec/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
57 entries across 57 versions & 1 rubygems