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
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
but for new action, it tries to assign profile.current_user = current_user and of course there's no profile.current_user= method. Is there a way to tell it to use user method when assigning parent resource?
The text was updated successfully, but these errors were encountered:
Dear submitter, Since cancan/raynB hasn't been active for more than 6 months and no body else then ryam himself has commit permissions the cancan project is on a stand still.
Since cancan has several issues including missing support for rails 4 cancan is moving forward to cancancan. More details on: #994
Hey,
it's rather a question than an issue: I want to load user's profile, which is a singular resource through current user and I have something like this:
but for
new
action, it tries to assignprofile.current_user = current_user
and of course there's noprofile.current_user=
method. Is there a way to tell it to useuser
method when assigning parent resource?The text was updated successfully, but these errors were encountered: