summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rw-r--r--models/triggers.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/models/triggers.js b/models/triggers.js
index e4e5ac46..083c860e 100644
--- a/models/triggers.js
+++ b/models/triggers.js
@@ -16,6 +16,10 @@ Triggers.allow({
insert: function () {
// add custom authentication code here
return true;
+ },
+ remove: function () {
+ // add custom authentication code here
+ return true;
}
});