Yesware / omniauth-google

MIT License
42 stars 24 forks source link

The action 'google' could not be found for Users::OmniauthCallbacksController #9

Open kashiftufail opened 11 years ago

kashiftufail commented 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.

Screenshot from 2013-04-14 10:10:01

But not working.