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
This app demonstrats the issue I'm having with devise and single table inheritance:
I have two devise_for : admins and users
the Admin model inherits from User model.
When trying to access resources accessible only for admins (@see posts_controller#index), I get redirected to admins/signin although an admin is signed in.