Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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/authorization
- Loading branch information