support additional arguments to can? which get passed to the block - closes #48

This commit is contained in:
Ryan Bates
2010-04-15 11:21:44 -07:00
parent f027b2ebb3
commit 69f7a65914
3 changed files with 17 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
1.1.0 (not released)
* Support additional arguments to can? which get passed to the block - see issue #48
1.0.2 (Dec 30, 2009)
* Adding clear_aliased_actions to Ability which removes previously defined actions including defaults - see issue #20