couple fixes in readme
This commit is contained in:
parent
28eaf1bc99
commit
9d58226563
|
@ -13,7 +13,7 @@ You can set it up as a gem in your environment.rb file.
|
|||
|
||||
And then install the gem.
|
||||
|
||||
gem install cancan
|
||||
sudo rake gems:install
|
||||
|
||||
Alternatively you can install it as a Rails plugin.
|
||||
|
||||
|
@ -191,3 +191,8 @@ For example, let's assume that each user has_many :permissions, and each permiss
|
|||
end
|
||||
|
||||
The actual details will depend largely on your application requirements, but hopefully you can see how it's possible to define permissions in the database and use them with CanCan.
|
||||
|
||||
|
||||
== Special Thanks
|
||||
|
||||
CanCan was inspired by declarative_authorization[http://github.com/stffn/declarative_authorization/] and aegis[http://github.com/makandra/aegis]. Many thanks to the authors and contributors.
|
||||
|
|
Loading…
Reference in New Issue
Block a user