Closed Kiel-H-Byrne closed 8 years ago
When i search packages for registerAttribute
function, i only see four;
Searching 201 files for "registerAttribute"
/.../.meteor/local/build/programs/server/packages/orionjs_attributes.js:
139: orion.attributes.registerAttribute = function (name, attribute) { // 90
185: orion.attributes.registerAttribute('createdBy', { // 1
237: orion.attributes.registerAttribute('createdAt', { // 1
277: orion.attributes.registerAttribute('updatedBy', { // 1
327: orion.attributes.registerAttribute('updatedAt', { // 1
if that helps....
Silly me...
had to add the orionjs:relationships
package...
trying to utilze
orion.attribute('hasMany', schema, options)
as referenced in docs http://docs.orionjs.org/v1.7/relationships:and getting an error:
this is how i'm using the feature:
versions: