Skip to content

Commit

Permalink
Added cancancan Gem
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymiejones86 committed Apr 12, 2014
1 parent 2d44f28 commit 577d23a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gems.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ gem 'rolify'
```
[view on github](https://github.com/EppO/rolify) | [view on RubyGems](http://rubygems.org/gems/rolify) | [view on The Ruby Toolbox](https://www.ruby-toolbox.com/projects/rolify)

**Continuation of CanCan, the authorization Gem for Ruby on Rails.:**
```
gem 'cancancan'
```
[view on github](https://github.com/CanCanCommunity/cancancan) | [view on RubyGems](http://rubygems.org/gems/cancancan) | [view on The Ruby Toolbox](https://www.ruby-toolbox.com/projects/cancancan)

**encryption:**
```
gem 'bcrypt-ruby', :require => 'bcrypt'
Expand Down

0 comments on commit 577d23a

Please sign in to comment.