mikker / passwordless

🗝 Authentication for your Rails app without the icky-ness of passwords
MIT License
1.25k stars 86 forks source link

Save controller names for url helpers #180

Closed mikker closed 8 months ago

mikker commented 8 months ago

The URL helpers break when you specify a custom controller, as they default to the stock ones.

I am not sure about this implementation, but we need something like it to support custom controllers.