Adding :class option to load_resource so one can customize which class to use for the model - closes #17

This commit is contained in:
Ryan Bates
2009-12-14 08:31:49 -08:00
parent e9f01300b6
commit 021f33c9a0
6 changed files with 26 additions and 4 deletions
+2
View File
@@ -1,3 +1,5 @@
* Adding :class option to load_resource so one can customize which class to use for the model - see issue #17
* Don't fetch parent of nested resource if *_id parameter is missing so it works with shallow nested routes - see issue #14