getoutreach / adminjs

The backend agnostic administration framework.
http://adminjs.com
699 stars 50 forks source link

Typo in Order class definition #5

Open csterritt opened 10 years ago

csterritt commented 10 years ago

The app/models/order.js file has line 6:

customer: Ep.belongsTo('order')

which should be

customer: Ep.belongsTo('customer')

Right? Or am I misunderstanding this?