Open matghaleb opened 9 years ago
Using _.result to support both relations: [] and relations: function () { return []; } declarations is especially useful with inheritance and abstract models
_.result
relations: []
relations: function () { return []; }
Using
_.result
to support bothrelations: []
andrelations: function () { return []; }
declarations is especially useful with inheritance and abstract models