Adding :collection and :new options to load_resource method so we can specify behavior of additional actions if needed.

This commit is contained in:
Ryan Bates
2009-12-13 10:42:10 -08:00
parent a5f98824a0
commit 63634b4f5d
4 changed files with 55 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
* Adding :collection and :new options to load_resource method so we can specify behavior of additional actions if needed.
* BACKWARDS INCOMPATIBLE: turning load and authorize resource methods into class methods which set up the before filter so they can accept additional arguments.
0.2.1 (Nov 26, 2009)