williamatodd / devise-2fa

Devise 2FA with Time Based OTP/rfc6238 tokens and encrypted secrets.
MIT License
9 stars 7 forks source link

Fixes Issue #16 by including missing methods #18

Closed williamatodd closed 5 years ago

williamatodd commented 5 years ago

This fixes the error which occurred when running rails g devise_two_factor User on a properly configured application as reported in #16.