Open kashiftufail opened 11 years ago
Hi ,
i'm using omniauth-google for login with gmail. It is give me an error action "google" couldn't be found. while i have define it in "Users::OmniauthCallbacksController" like below.
def google end
this code in my route file
devise_for :users, :controllers => { :omniauth_callbacks => "users/omniauth_callbacks"
}
what is the problem i don't understand?
Please help
link sign in with google go here "localhost:3000/users/auth/google". Then i have grant access like this in screenshot.
But not working.
Hi ,
i'm using omniauth-google for login with gmail. It is give me an error action "google" couldn't be found. while i have define it in "Users::OmniauthCallbacksController" like below.
this code in my route file
devise_for :users, :controllers => { :omniauth_callbacks => "users/omniauth_callbacks"
}
what is the problem i don't understand?
Please help
link sign in with google go here "localhost:3000/users/auth/google". Then i have grant access like this in screenshot.
But not working.