examples/initialize/embeds_one.rb in rest_model-0.2.0 vs examples/initialize/embeds_one.rb in rest_model-0.2.1
- old
+ new
@@ -12,8 +12,9 @@
@root = Customer.new({
name: "Jackie Chan",
address: {
street: "Aurora St",
number: 666
- }})
+ }
+})
inspect_rest_model(@root)