class App.Task extends Tower.Model
  @field 'title', type: 'String'

  @belongsTo 'project', type: 'Project'
  @belongsTo 'tasklist', type: 'Tasklist'
  
  @timestamps()
