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
In config/routes.rb, devise_for can take a skip argument for skipping routes. This works fine for built-in strategies, but doesn't seem to affect devise_cas_authenticatable.
Is there any way to do this?
The text was updated successfully, but these errors were encountered:
In
config/routes.rb
,devise_for
can take askip
argument for skipping routes. This works fine for built-in strategies, but doesn't seem to affectdevise_cas_authenticatable
.Is there any way to do this?
The text was updated successfully, but these errors were encountered: