add support for root keys

remove debugging gem

fix white space
This commit is contained in:
NullVoxPopuli
2014-10-12 21:51:41 -04:00
parent 97023db904
commit 7338b62b02
5 changed files with 54 additions and 15 deletions

View File

@@ -13,6 +13,7 @@ module ActiveModel
@hash[name] = association.attributes(options)
end
end
@hash
end
end