adding 'cannot?' method which performs opposite check of 'can?' - closes #1

This commit is contained in:
Ryan Bates
2009-11-17 10:46:16 -08:00
parent df276536ab
commit 0f49b5478f
6 changed files with 27 additions and 8 deletions
+2
View File
@@ -1,3 +1,5 @@
* 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
*0.1.0* (Nov 16th, 2009)