Skip to content

v0.3.0

Compare
Choose a tag to compare
@stephendolan stephendolan released this 02 Dec 14:20
· 56 commits to main since this release

Renaming interface for authorize.

Previously:
macro authorize(object = nil, policy_class_override = nil, method_name_override = nil)

New:
macro authorize(object = nil, policy = nil, query = nil)