load parent resources for collection actions such 'index'

This commit is contained in:
Ryan Bates
2010-05-21 15:22:21 -07:00
parent 2a3dd85a18
commit 1ade44221a
3 changed files with 17 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
* Load nested parent resources on collection actions such as "index" (thanks dohzya)
* Adding :name option to load_and_authorize_resource if it does not match controller - see issue #65
* Fixing issue when using accessible_by with nil can conditions (thanks jrallison) - see issue #66