grimen / devise_facebook_connectable

Devise << Facebook Connect. IMPORTANT: Not maintained anymore.
MIT License
146 stars 20 forks source link

mongo_mapper throws an error with save_with_validation #12

Closed bitzesty closed 14 years ago

bitzesty commented 14 years ago

Can this line in authenticate!

user.save_with_validation(false)

be replaced with:

user.save(false)
bitzesty commented 14 years ago

http://github.com/bitzesty/devise_facebook_connectable/commit/026805056e410f5a027f6699670d33a2a9cf9294

grimen commented 14 years ago

Great, will pull it in.

grimen commented 14 years ago

Pulled in, closing.