-
Beta Was this translation helpful? Give feedback.
Answered by
Paul-Bob
Mar 6, 2025
Replies: 1 comment 4 replies
-
Hi @Sandilly
You're on the right track! Could you share exactly where and how you've implemented this in your code? That way, we can pinpoint what might be causing the issue. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Authorization is a pro feature, requiring either a Pro or Advanced license. Given that it worked on the through association, I assume you have the correct license, so that shouldn't be the issue.
Your configuration snippets appear correct, and
attach
should now be disabled on theuser_posts
table.Do other authorization methods work as expected, or are none functioning? (e.g.,
def create_user_posts? = false
,def view_user_posts?
, etc.)