The guide describes embedded objects. The example provided suggests that the embedded object is its own class
var activity = new DB.Activity({start: new Date()});
However, I cannot determine how to set this up in the dashboard.
How should set up an embedded class, and can this be clarified in the guide?
The guide describes embedded objects. The example provided suggests that the embedded object is its own class
However, I cannot determine how to set this up in the dashboard.
How should set up an embedded class, and can this be clarified in the guide?