AlexanderZaytsev / domp

Devise & Omniauth Multiple Providers
MIT License
106 stars 15 forks source link

after sign in form facebook i got this error #2

Closed aripoya closed 11 years ago

aripoya commented 11 years ago

NoMethodError at /users/auth/facebook/callback

undefined method `create_from_omniauth' for #Class:0xaefd51c

actually i just follow your domp after make rails composer with device included

aripoya commented 11 years ago

hi sorry that i close that what i opened. after all off Domp needed i heve installed everything going right way .. still thinking about routing if i use devise + cancan+ active admin + domp

batdevis commented 11 years ago

I've the same problem:

undefined method `create_from_omniauth' for #Class:0x00000004112868

in

app/controllers/users/omniauth_callbacks_controller.rb:38:in `create_user_and_authentication_and_sign_in'

AlexanderZaytsev commented 11 years ago

@batdevis please upgrade to 0.0.3, should be fixed there.