Hi,
I make a new app, when I call a "create function" on models with arrays, I get the next error:
timers.js:103
if (!process.listeners('uncaughtException').length) throw e;
^
TypeError: Cannot read property 'validate' of undefined
at Object.utils.mixin.validateProperty (/usr/local/lib/node_modules/geddy/node_modules/model/lib/index.js:844:57)
at Object.utils.mixin.validateAndUpdateFromParams (/usr/local/lib/node_modules/geddy/node_modules/model/lib/index.js:804:24)
at Object.utils.mixin.createItem (/usr/local/lib/node_modules/geddy/node_modules/model/lib/index.js:717:17)
at Function.utils.mixin.obj.create (/usr/local/lib/node_modules/geddy/node_modules/model/lib/index.js:444:31)
at create (/home/edu/Documents/todo/app/controllers/todos.js:18:33)
at controller.BaseController._handleAction.callback (/usr/local/lib/node_modules/geddy/lib/controller/base_controller.js:349:22)
at controller.BaseController._handleAction (/usr/local/lib/node_modules/geddy/lib/controller/base_controller.js:362:7)
at App.start.geddy.server.addListener.finish (/usr/local/lib/node_modules/geddy/lib/app.js:385:34)
at /usr/local/lib/node_modules/geddy/lib/app.js:591:19
at session.Session.init.localCallback (/usr/local/lib/node_modules/geddy/lib/sessions/index.js:83:9)
Also, now, I'm getting the same error in my old projects.
All suggestions are welcome.