LoginSignup
1

More than 5 years have passed since last update.

Punditでコントローラーごとに権限処理を分ける

Posted at

こちらのREADMEの通りなのですが
https://github.com/varvet/pundit#policy-namespacing

通常は
authorize(post)
って感じで書いて、
app\policies\post_policy.rbを作ると思いますが、

コントローラーで
authorize([:admin, post])
ってやれば、ネームスペースを分けられるので、
app\policies\admin\post_policy.rbを別に作ることができます。

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1