Skip to content
Snippets Groups Projects
Commit c1979e89 authored by Kim Berninger's avatar Kim Berninger
Browse files

Fixed a typo in README.rdoc

parent 440bd887
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ User permissions are defined in an +Ability+ class. CanCan 1.5 includes a Rails
rails g cancan:ability
In Rails 2.3, just add a new class in `app/models/ability.rb` with the folowing contents:
In Rails 2.3, just add a new class in `app/models/ability.rb` with the following contents:
class Ability
include CanCan::Ability
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment