1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

Merge pull request #161 from antulik/patch-1

Readme: Typo
This commit is contained in:
Thomas Klemm 2014-06-25 14:07:28 +02:00
commit 509be500c3

View file

@ -142,7 +142,7 @@ end
Likewise, Pundit also adds `verify_policy_scoped` to your controller. This
will raise an exception in the vein of `verify_authorized`. However it tracks
if `policy_scoped` is used instead of `authorize`. This is mostly useful for
if `policy_scope` is used instead of `authorize`. This is mostly useful for
controller actions like `index` which find collections with a scope and don't
authorize individual instances.