summaryrefslogtreecommitdiffstats
path: root/models/org.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/org.js')
-rw-r--r--models/org.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/org.js b/models/org.js
index 207bfad7..ce6f377e 100644
--- a/models/org.js
+++ b/models/org.js
@@ -5,7 +5,7 @@ Org = new Mongo.Collection('org');
*/
Org.attachSchema(
new SimpleSchema({
- id: {
+ _id: {
/**
* the organization id
*/