loopback/lib
Miroslav Bajtoš 8bb8861ba1 Register exported models using singular names
Remove the inconsistency between model names used by LoopBack app and
datasource-juggler (modelName, e.g. User) and the name used by
strong-remoting (pluralModelName, e.g. Users).

This way the class name in the strong-remoting metadata can be used
by client-code generators. Before this change, the generators would
produce method names like `Users.login`.
2014-01-27 10:29:57 +01:00
..
connectors Fix race condition where MyEmail model was not attached to the correct dataSource in tests 2014-01-23 14:25:54 -08:00
middleware Start to move md to jsdoc 2014-01-14 10:03:47 -08:00
models Register exported models using singular names 2014-01-27 10:29:57 +01:00
application.js Register exported models using singular names 2014-01-27 10:29:57 +01:00
loopback.js Add lookback.getModelByType() and use it resolve model deps 2014-01-23 14:39:27 -08:00