From 67416532f49dd8f36f4fa78d0a8bb7096e5d25e9 Mon Sep 17 00:00:00 2001 From: Ryan Bates Date: Mon, 14 Dec 2009 09:42:51 -0800 Subject: [PATCH] adding Railscasts episode to documentation --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index 047dfca..d5c6f27 100644 --- a/README.rdoc +++ b/README.rdoc @@ -4,7 +4,7 @@ This is a simple authorization solution for Ruby on Rails to restrict what a giv This assumes you already have authentication (such as Authlogic[http://github.com/binarylogic/authlogic]) which provides a current_user model. -See the RDocs[http://rdoc.info/projects/ryanb/cancan] and Wiki[http://wiki.github.com/ryanb/cancan] for additional documentation. +See the RDocs[http://rdoc.info/projects/ryanb/cancan], Wiki[http://wiki.github.com/ryanb/cancan] and Railscasts episode[http://railscasts.com/episodes/192-authorization-with-cancan] for additional documentation. == Installation