From 022beac35314ed7399c1cad6e14c979216ff17e0 Mon Sep 17 00:00:00 2001 From: Richard Pringle Date: Tue, 17 May 2016 14:09:53 -0400 Subject: [PATCH] I am just showing someone GitHub functionality. --- example/colors/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/colors/app.js b/example/colors/app.js index cc6b0708..661281da 100644 --- a/example/colors/app.js +++ b/example/colors/app.js @@ -8,6 +8,8 @@ var app = loopback(); app.use(loopback.rest()); +// just playing around + var schema = { name: String, };