From f9e806d97f09349f42a50527b3de5235291b4fb0 Mon Sep 17 00:00:00 2001 From: Anton Katunin Date: Wed, 25 Jun 2014 15:51:49 +0400 Subject: [PATCH] Fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32c089e..69c88b4 100644 --- a/README.md +++ b/README.md @@ -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.