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:
commit
d7c2e6e3bc
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue