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
Yes it's a weird quirk. I have a base controller and I inherit from that.
If I try to access the base controller in development mode I get that
error. It's quite strange and I think it has to do with the fact that AS is
all class level stuff.
On Thu, Apr 11, 2013 at 5:04 AM, Hernán Astudillo [email protected]:
that happens when there's no current_user, when you try to use it from
rails console, where you don't initialize Session and therefore no
current_user
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/247#issuecomment-16187586
.
Using cancan 1.6.9 latest AS from git.
This was working but now it broke and I have no idea why or how.
The text was updated successfully, but these errors were encountered: