turning load and authorize resource methods into class methods which set up the before filter so they can accept additional arguments

This commit is contained in:
Ryan Bates
2009-12-13 10:03:21 -08:00
parent 43947c893d
commit a5f98824a0
4 changed files with 70 additions and 52 deletions
+2
View File
@@ -1,3 +1,5 @@
* 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)
* many internal refactorings - see issues #11 and #12