allow access to classes when using hash conditions since you'll generally want to narrow it down with a database query

This commit is contained in:
Ryan Bates
2010-04-16 15:56:07 -07:00
parent 8903feee70
commit f46696348e
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
1.1.0 (not released)
* Removing "unauthorized!" method in favor of "authorize!"
* Removing "unauthorized!" method in favor of "authorize!" in controllers
* Adding action, subject and default_message abilities to AccessDenied exception - see issue #40