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

Rename PostablePolicyClass to PostablePolicy in README for clarity

This commit is contained in:
Matt Ruzicka 2013-12-31 12:16:02 -06:00
parent 055509ea3a
commit 2d9e0549e6

View file

@ -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
```