You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to override/change the default routes generated?
We have an existing client side app that points new user registrations to <path>/register and logins to <path>/login and would like to not touch that code as much as possible.
In standard devise, you would use devise_scope; is that the support means with this gem?
The text was updated successfully, but these errors were encountered:
Is it possible to override/change the default routes generated?
We have an existing client side app that points new user registrations to
<path>/register
and logins to<path>/login
and would like to not touch that code as much as possible.In standard devise, you would use
devise_scope
; is that the support means with this gem?The text was updated successfully, but these errors were encountered: