From 2d9e0549e6153e3113ea8fbc6437505ea97828ff Mon Sep 17 00:00:00 2001 From: Matt Ruzicka Date: Tue, 31 Dec 2013 12:16:02 -0600 Subject: [PATCH] Rename PostablePolicyClass to PostablePolicy in README for clarity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb51ad0..10e5d99 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ class, instead of letting Pundit infer it. This can be done like so: ``` ruby class Post def self.policy_class - PostablePolicyClass + PostablePolicy end end ```