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
Can sometimes be conflict, for example with cancancan:
before_action :authenticate_user!
load_and_authorize_resource
will both try to set @user for show method
The text was updated successfully, but these errors were encountered:
Should implement current_user instead of @user.
Can sometimes be conflict, for example with cancancan:
before_action :authenticate_user!
load_and_authorize_resource
will both try to set @user for show method
The text was updated successfully, but these errors were encountered: