--
The official community of CompoundJS.
website: compoundjs.com
source: https://github.com/1602/compound
bug reports: https://github.com/1602/compound/issues?state=open
---
You received this message because you are subscribed to the Google Groups "CompoundJS" group.
To post to this group, send email to compo...@googlegroups.com.
Visit this group at http://groups.google.com/group/compoundjs?hl=en.
--
YJE - Programmati.ca
1) process.nextTick wont have model information for User, now using:compound.on('models loaded', function(){User = compound.models.User;rwps.loadUser(User);});2) rwps.init(); is no longer needed since it's called in assetcomplier.init3) created a new User reference: var User = compound.models.User;
1) app.set is now app.settings
2) now using: u.findOrCreate = require('./user.js').findOrCreate;