improving readme with links to wiki

This commit is contained in:
Ryan Bates
2010-04-17 11:45:41 -07:00
parent f46696348e
commit 283f58ee16
2 changed files with 42 additions and 132 deletions

View File

@@ -6,7 +6,7 @@ module CanCan
class ImplementationRemoved < Error; end
# This error is raised when a user isn't allowed to access a given controller action.
# This usually happens within a call to ControllerAdditions#authorized! but can be
# This usually happens within a call to ControllerAdditions#authorize! but can be
# raised manually.
#
# raise CanCan::AccessDenied.new("Not authorized!", :read, Article)