Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ else
end

gemspec

ruby "1.9.0"
7 changes: 7 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ CanCan is an authorization library for Ruby on Rails which restricts what resour

== Installation

In <b>Rails 4</b>, add this to your Gemfile and run the +bundle+ command.

gem "cancan"

Alternatively, you can install it using:
gem install cancan

In <b>Rails 3</b>, add this to your Gemfile and run the +bundle+ command.

gem "cancan"
Expand Down