From 1f5f429fc4535d251d32335eea7e44904a924650 Mon Sep 17 00:00:00 2001 From: Angelo Gallarello Date: Sun, 19 Aug 2018 18:53:50 +0200 Subject: Completed rules --- models/actions.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'models/actions.js') 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; } }); -- cgit v1.2.3-1-g7c22