From f0c8e06574d3aa1f85e156c736011f0632a4bbf4 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 12 Apr 2016 23:28:56 -0700 Subject: [PATCH] rename the Flyer object to flyer --- common/models/Flyer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/models/Flyer.json b/common/models/Flyer.json index 35766a5fdb..251bbb0d15 100644 --- a/common/models/Flyer.json +++ b/common/models/Flyer.json @@ -1,5 +1,5 @@ { - "name": "Flyer", + "name": "flyer", "base": "PersistedModel", "idInjection": true, "trackChanges": false,