Commit e383492
authored
Use Pundit for authorization (#720)
Authorization is the process of ensuring that users have access to the
data that only they should access. It's a common flow found in many
different Rails applications.
Pundit is takes the approach of using regular Ruby classes and OO design
which makes it pleasant to use.
This recommendation comes after it's been used on many applications,
including support included in Administrate.
https://github.com/varvet/pundit
https://administrate-demo.herokuapp.com/authorization1 parent e03da33 commit e383492
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| |||
0 commit comments