Don't fetch parent of nested resource if *_id parameter is missing so it works with shallow nested routes - closes #14

This commit is contained in:
Ryan Bates
2009-12-14 08:18:08 -08:00
parent f7480d1f5a
commit e9f01300b6
3 changed files with 19 additions and 2 deletions
+3
View File
@@ -1,3 +1,6 @@
* Don't fetch parent of nested resource if *_id parameter is missing so it works with shallow nested routes - see issue #14
1.0.0 (Dec 13, 2009)
* Don't set resource instance variable if it has been set already - see issue #13