adding can method to Active Record for fetching records matching a specific ability, still needs documentation

This commit is contained in:
Ryan Bates
2010-04-15 17:04:36 -07:00
parent baeef0b9dd
commit 3c68a911d0
4 changed files with 45 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
1.1.0 (not released)
* Adding "can" method to Active Record for fetching records matching a specific ability
* Adding conditions behavior to Ability#can and fetch with Ability#conditions - see issue #53
* Renaming :class option to :resource for load_and_authorize_resource which now supports a symbol for non models - see issue #45