mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
README: Add link to Other implementations
This commit is contained in:
parent
0743caadd1
commit
9d26d25ca8
1 changed files with 4 additions and 0 deletions
|
@ -785,6 +785,10 @@ Pundit does not provide a DSL for testing scopes. Just test it like a regular Ru
|
|||
- [Using Pundit outside of a Rails controller](https://github.com/varvet/pundit/pull/136)
|
||||
- [Straightforward Rails Authorization with Pundit](http://www.sitepoint.com/straightforward-rails-authorization-with-pundit/)
|
||||
|
||||
## Other implementations
|
||||
|
||||
- [Flask-Pundit](https://github.com/anurag90x/flask-pundit) (Python) is a [Flask](http://flask.pocoo.org/) extension "heavily inspired by" Pundit
|
||||
|
||||
# License
|
||||
|
||||
Licensed under the MIT license, see the separate LICENSE.txt file.
|
||||
|
|
Loading…
Reference in a new issue