-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
devise - wrong number of arguments (1 for 0) #3
Comments
Could you please provide devise version and log? |
Just tried with devise 2.1.2 https://dl.dropbox.com/u/26188736/devise_test.zip Just don't forget rake db:create && rake db:migrate |
I did every thing. Not sure what the error was. I used your code as reference and implemented my own stuff. |
Glad that everything is ok now. |
…-post Switch resend_code to use POST
I followed the read me of this gem. Installed gem, generated it and made sure :two_factor_authenticatable is added in my user model. Not sure why I am getting the devise wrong number of arguments error only when :two_factor_authenticatable is added to user model. Could you please guide me on this.
The text was updated successfully, but these errors were encountered: