Skip to content

Commit

Permalink
Fix blog post link
Browse files Browse the repository at this point in the history
  • Loading branch information
pokonski authored Apr 22, 2022
1 parent 7558b28 commit ce45ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Roles are defined using blocks (or by passing custom classes to keep things tidy
**Order of the roles is VERY important**, because they are being traversed in top-to-bottom order.
At the top you must have an admin or some other important role giving the user top permissions, and as you go down you define less-privileged roles.

**I recommend starting your adventure by reading my [blog post about AccessGranted](http://blog.chaps.io/2015/11/13/role-based-authorization-in-rails.html), where I demonstrate its abilities on a real life example.**
**I recommend starting your adventure by reading the [wiki page on how to start with Access Granted](https://github.com/chaps-io/access-granted/wiki/Role-based-authorization-in-Rails), where I demonstrate its abilities on a real life example.**

### Defining an access policy

Expand Down

0 comments on commit ce45ebb

Please sign in to comment.