diff options
| -rw-r--r-- | app/decorators/routing_constraint_zone_decorator.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/decorators/routing_constraint_zone_decorator.rb b/app/decorators/routing_constraint_zone_decorator.rb index 4b5df20c1..0b438a554 100644 --- a/app/decorators/routing_constraint_zone_decorator.rb +++ b/app/decorators/routing_constraint_zone_decorator.rb @@ -20,6 +20,7 @@ class RoutingConstraintZoneDecorator < Draper::Decorator object ) ) + end if h.policy(object).destroy? links << Link.new( |
