fix incorrect model name

This commit is contained in:
Berkeley Martinez
2015-06-03 16:48:17 -07:00
parent 393f95082e
commit 75f9b06e90
4 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
"projectDescription": "string", "projectDescription": "string",
"logoUrl": "string", "logoUrl": "string",
"imageUrl": "string", "imageUrl": "string",
"estimatedHours": 0, "estimatedHours": "number",
"interestedCampers": [], "interestedCampers": [],
"confirmedCampers": [], "confirmedCampers": [],
"currentStatus": "string" "currentStatus": "string"

View File

@ -1,5 +1,5 @@
{ {
"name": "bonfire", "name": "story",
"base": "PersistedModel", "base": "PersistedModel",
"trackChanges": false, "trackChanges": false,
"idInjection": true, "idInjection": true,

View File

@ -1,6 +1,6 @@
{ {
"name": "bonfire", "name": "user",
"base": "PersistedModel", "base": "User",
"trackChanges": false, "trackChanges": false,
"idInjection": true, "idInjection": true,
"properties": { "properties": {

View File

@ -38,7 +38,7 @@
"dataSource": "db", "dataSource": "db",
"public": true "public": true
}, },
"field-guide": { "fieldGuide": {
"dataSource": "db", "dataSource": "db",
"public": true "public": true
}, },