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
I think you can simply override the routes in your routes.rb by defining them above your devise_for call, therefore they will get a higher route priority than the ones we generate in the gem. For example, you could do:
I use the rails-translate-routes gem to localize routes. All my routes now use a prefix with the language in it. Exemple: localhost/en/rest_of_the_url
But with cas_authenticable, the service url fail since the locale is not prefixed.
How can I fix that? There doen't seem to be any config entry to change the service url.
Thanks!
The text was updated successfully, but these errors were encountered: