aboutsummaryrefslogtreecommitdiffstats
path: root/app/policies/network_policy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/policies/network_policy.rb')
-rw-r--r--app/policies/network_policy.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/policies/network_policy.rb b/app/policies/network_policy.rb
index 427eace93..9f86451a5 100644
--- a/app/policies/network_policy.rb
+++ b/app/policies/network_policy.rb
@@ -4,12 +4,4 @@ class NetworkPolicy < ApplicationPolicy
scope
end
end
-
- def create?
- false
- end
- def update? ; create? end
- def new? ; create? end
- def edit? ; create? end
- def destroy? ; create? end
end