ducky/web

Paddy 2015-05-29 Parent:99a43a6d1d30 Child:791aec3eb17b

3:7ae5dd64c482 Go to Latest

ducky/web/src/models/profile.js

Stop ignoring our build folder. Now that our HTML lives in our build folder, we should probably stop ignoring it. This means that an `hg clone` followed by an `npm install` followed by an `npm run deploy` will work. I hope.

History
1 import Model from 'ampersand-model'
3 export default Model.extend({
4 props: {
5 'id': 'string',
6 'name': 'string',
7 'created': 'date',
8 'last_seen': 'date',
9 },
10 })