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

Merge pull request #729 from glaucocustodio/patch-1

Use bundle add instead
This commit is contained in:
Kim Burgestrand 2022-04-01 11:47:19 +02:00 committed by GitHub
commit d7c2e6e3bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,8 +24,8 @@ Sponsored by:
> **Please note** that the README on GitHub is accurate with the _latest code on GitHub_. You are most likely using a released version of Pundit, so please refer to the [documentation for the latest released version of Pundit](https://www.rubydoc.info/gems/pundit).
``` ruby
gem "pundit"
``` sh
bundle add pundit
```
Include `Pundit::Authorization` in your application controller: