Action Policy v0.4.4 Release Notes

Release Date: 2020-07-07 // almost 4 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 find UsersPolicy first (camelize), and only then search for UserPolicy (classify).

    👀 See PR#118.

    • 🛠 Fix calling rules with allowed_to? directly. ([@palkan][])

    Fixes #113