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