Sha256: 721656f5ca7292cf19541071143eb689b3a8464ae51911f96c3427cca97cf6d9

Contents?: true

Size: 259 Bytes

Versions: 6

Compression:

Stored size: 259 Bytes

Contents

import {
    BaseModel, identifiedBy, identifier, belongsTo, hasMany, field, computed
} from './base';

@identifiedBy('appy-app/test_test')
export default class TestTest extends BaseModel {

    @identifier id;
    @field      name;
    @field      email;

}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hippo-fw-0.9.6 command-reference-files/model/client/appy-app/models/test_test.js
hippo-fw-0.9.5 command-reference-files/model/client/appy-app/models/test_test.js
hippo-fw-0.9.4 command-reference-files/model/client/appy-app/models/test_test.js
hippo-fw-0.9.3 command-reference-files/model/client/appy-app/models/test_test.js
hippo-fw-0.9.2 command-reference-files/model/client/appy-app/models/test_test.js
hippo-fw-0.9.1 command-reference-files/model/client/appy-app/models/test_test.js