Action Policy v0.4.4 Release Notes
Release Date: 2020-07-07 // almost 2 years ago-
- ๐ Fix symbol lookup with namespaces. ([@palkan][])
๐ Fixes #122.
- Separated
#classify
-based and#camelize
-based symbol lookups. ([@Be-ngt-oH][])
๐ Only affects Rails apps. Now lookup for
:users
tries to findUsersPolicy
first (camelize), and only then search forUserPolicy
(classify).๐ See PR#118.
- ๐ Fix calling rules with
allowed_to?
directly. ([@palkan][])
Fixes #113