Don't set resource instance variable if it has been set already - closes #13

This commit is contained in:
Ryan Bates
2009-12-13 12:32:09 -08:00
parent a75aee751b
commit ffa677b2b0
4 changed files with 29 additions and 7 deletions
+2
View File
@@ -1,3 +1,5 @@
* Don't set resource instance variable if it has been set already - see issue #13
* Allowing :nested option to accept an array for deep nesting
* Adding :nested option to load resource method - see issue #10