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

Rewrite the intro again

This commit is contained in:
Jonas Nicklas 2012-11-19 13:36:35 +01:00
parent 6020f17269
commit 45817afb9a

View file

@ -1,8 +1,8 @@
# Pundit
Pundit provides a set of helpers which simplify writing authorization systems
for Ruby on Rails according to a pattern of using pure Ruby classes and object
oriented design patterns.
Pundit provides a set of helpers which guide you in leveraging regular Ruby
classes and object oriented design patterns to build a simple, robust and
scaleable authorization system.
## Installation