UNPKG
inspired-server
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
A RESTful entity server
github.com/inspired-io/inspired-server
inspired-io/inspired-server
inspired-server
/
tests
/
app
/
lib
/
article.coffee
8 lines
(7 loc)
•
187 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
class
Article
extends
App
.Entity.Default title:
new
App
.Field.String body:
new
App
.Field.Text comments:
new
App
.Field.HasMany { references: ->
'comments'
}
module
.
exports
= Article