aboutsummaryrefslogtreecommitdiffstats
path: root/app/policies
diff options
context:
space:
mode:
Diffstat (limited to 'app/policies')
-rw-r--r--app/policies/route_policy.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/policies/route_policy.rb b/app/policies/route_policy.rb
index 4e4157c87..7e9fe251a 100644
--- a/app/policies/route_policy.rb
+++ b/app/policies/route_policy.rb
@@ -7,7 +7,6 @@ class RoutePolicy < ApplicationPolicy
def create?
!archived? && organisation_match? && user.has_permission?('routes.create')
- true
end
def destroy?