adding caching to current_ability class method, if you're overriding this be sure to add caching there too

This commit is contained in:
Ryan Bates
2010-04-15 23:28:04 -07:00
parent 37f482e8d5
commit ef5900c5b1
3 changed files with 16 additions and 14 deletions
+2
View File
@@ -1,5 +1,7 @@
1.1.0 (not released)
* Adding caching to current_ability controller method, if you're overriding this be sure to add caching too.
* 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