supporting arrays, ranges, and nested hashes in ability conditions

This commit is contained in:
Ryan Bates
2010-04-17 11:54:27 -07:00
parent 283f58ee16
commit f1ba76b61b
3 changed files with 36 additions and 3 deletions
+2
View File
@@ -1,5 +1,7 @@
1.1.0 (not released)
* Supporting arrays, ranges, and nested hashes in ability conditions
* Removing "unauthorized!" method in favor of "authorize!" in controllers
* Adding action, subject and default_message abilities to AccessDenied exception - see issue #40