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
/
comment.coffee
8 lines
(7 loc)
•
175 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
class
Comment
extends
App
.Entity.Default body:
new
App
.Field.Text article:
new
App
.Field.HasOne { unique: ->
false
references: ->
'articles'
}
module
.
exports
= Comment