build.ejs 230 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 var project = Project.build({ title: 'my awesome project', description: 'woot woot. this will make me a rich man' }) var task = Task.build({ title: 'specify the project idea', description: 'bla', deadline: new Date() })