Skip to content

Instantly share code, notes, and snippets.

@dcbartlett
Created August 21, 2014 00:49
Show Gist options
  • Save dcbartlett/2ee414566636964c0550 to your computer and use it in GitHub Desktop.
Save dcbartlett/2ee414566636964c0550 to your computer and use it in GitHub Desktop.
start_time: {
type: 'string',
required: true,
before: this.end_time,
columnName: 'status'
},
end_time: {
type: 'string',
required: true,
after: this.start_time,
columnName: 'status'
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment