1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-18 23:01:30 +00:00

Adding new navitems and finishing the edit and share page

This commit is contained in:
Scott Tolksdorf
2016-05-09 16:54:32 -04:00
parent d5b8c60317
commit ed7decb42b
16 changed files with 350 additions and 204 deletions

View File

@@ -5,6 +5,7 @@ var _ = require('lodash');
var HomebrewSchema = mongoose.Schema({
shareId : {type : String, default: shortid.generate},
editId : {type : String, default: shortid.generate},
title : {type : String, default : ""},
text : {type : String, default : ""},
createdAt : { type: Date, default: Date.now },