adding :nested option for load_resource - closes #10

This commit is contained in:
Ryan Bates
2009-12-13 11:39:02 -08:00
parent 94e031bf96
commit cd217eb9cf
5 changed files with 65 additions and 5 deletions
+2
View File
@@ -1,3 +1,5 @@
* Adding :nested option to load resource method - see issue #10
* Pass :only and :except options to before filters for load/authorize resource methods.
* Adding :collection and :new options to load_resource method so we can specify behavior of additional actions if needed.