support arrays being passed to 'can' to specify multiple actions or classes - closes #2

This commit is contained in:
Ryan Bates
2009-11-17 11:46:27 -08:00
parent 4322da9d0a
commit 766fe86a9f
3 changed files with 21 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
* 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
* BACKWARDS INCOMPATIBLE: use Ability#initialize instead of 'prepare' to set up abilities - see issue #4