Releases: togglepro/pundit-resources
Releases · togglepro/pundit-resources
Policy callbacks
Pundit::Resource now supports callbacks that are called whenever policy authorisation takes place.
Note that policy scope authorisation (index
and show
) is not supported.
v1.0.1
- To-one relationships don't have to be implemented as ActiveRecord associations
- Policy usage is enforced
- Rails 4 compatibility
- Bug fix for to-many relationships