Houdini/two_factor_authentication

undefined method `delete_cookie_on_logout=' for Devise:Module (NoMethodError)

Aravind6 opened this issue · 4 comments

i am getting the following error when i added the config values in the devise
undefined method delete_cookie_on_logout=' for Devise:Module (NoMethodError)`. Can you please help me on this?

Is there any update on this? I'm using Rails with mongoid.

The currently released gem, 2.0.1, doesn't have that rather new feature.

Fetching the gem from github got me over this hump

shifi commented

2.1.0 includes this feature and it was released 2 days ago.

Thanks for the correction. Guess I was a couple days behind, didn’t check before commenting.

Life moves pretty fast.