adding conditions behavior to Ability#can and fetch with Ability#conditions - closes #53

This commit is contained in:
Ryan Bates
2010-04-15 16:50:47 -07:00
parent 23a5888fe0
commit baeef0b9dd
8 changed files with 122 additions and 34 deletions
+2
View File
@@ -1,5 +1,7 @@
1.1.0 (not released)
* 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
* Properly handle Admin::AbilitiesController in params[:controller] - see issue #46