Rodrigora / devise-verifiable

Adds a second step to Devise's signup process
MIT License
16 stars 4 forks source link

Remove hardcoded references to user #2

Closed ohrite closed 7 years ago

ohrite commented 7 years ago

Hi @Rodrigora!

Thanks so much for this super-great gem. We've run into a limitation, which is that there are a couple hardcoded references to user, both in the default view and in the URL helper generation.

We've got an app that doesn't contain a User model, so this pull request lets us loosen up that restriction.

Thank you!

Rodrigora commented 7 years ago

hey @ohrite, thank you for your PR 👍