ENH: Collection attachments (#51)
This commit is contained in:
parent
d014fc099c
commit
4903a204e4
14 changed files with 217 additions and 16 deletions
8
app/validations/datasheet.js
Normal file
8
app/validations/datasheet.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import {
|
||||
validatePresence,
|
||||
} from 'ember-changeset-validations/validators';
|
||||
|
||||
export default {
|
||||
datasheet: validatePresence(true),
|
||||
collection: validatePresence(true),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue