Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / guides / data / examples / lazy_associations / data / users / 1 / index.html
diff --git a/docs/guides/data/examples/lazy_associations/data/users/1/index.html b/docs/guides/data/examples/lazy_associations/data/users/1/index.html
new file mode 100644 (file)
index 0000000..1a7364b
--- /dev/null
@@ -0,0 +1,11 @@
+{
+    success: true,
+    users: [
+        {
+            id: 1,
+            name: 'Ed',
+            age: 25,
+            gender: 'male'
+        }
+    ]
+}
\ No newline at end of file