fixing behavior of load_and_authorize_resource for namespaced controllers - closes #3

This commit is contained in:
Ryan Bates
2009-11-17 11:59:59 -08:00
parent 766fe86a9f
commit 15a01a579c
3 changed files with 14 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
* fix behavior of load_and_authorize_resource for namespaced controllers - see issue #3
* support arrays being passed to "can" to specify multiple actions or classes - see issue #2
* adding "cannot?" method to ability, controller, and view which is inverse of "can?" - see issue #1