Allowing :nested option to accept an array for deep nesting

This commit is contained in:
Ryan Bates
2009-12-13 12:22:05 -08:00
parent 51fa61bbae
commit a75aee751b
4 changed files with 15 additions and 14 deletions
+2
View File
@@ -1,3 +1,5 @@
* Allowing :nested option to accept an array for deep nesting
* Adding :nested option to load resource method - see issue #10
* Pass :only and :except options to before filters for load/authorize resource methods.