Adding clear_aliased_actions to Ability which removes previously defined actions including defaults

This commit is contained in:
Ryan Bates
2009-12-30 18:01:40 -08:00
parent f99d506050
commit 7d3b4cdbc2
3 changed files with 18 additions and 10 deletions
+2
View File
@@ -1,3 +1,5 @@
* Adding clear_aliased_actions to Ability which removes previously defined actions including defaults - see issue #20
* Append aliased actions (don't overwrite them) - see issue #20
* Adding custom message argument to unauthorized! method (thanks tjwallace) - see issue #18