DEV Community

Discussion on: Design Patterns with Ruby on Rails part 1: Introduction and Policy Object

Collapse
 
davidturing37 profile image
David Turing

Great read.

The Pundit authorization gem that made this pattern very popular in the community: github.com/varvet/pundit and is a great option for authorization in your Rails project.