diff options
| author | Teddy Wing | 2017-06-19 17:56:47 +0200 | 
|---|---|---|
| committer | Teddy Wing | 2017-06-19 17:56:47 +0200 | 
| commit | c7f5fa2bb5eb1b166d30bdf8c16efd8653fd24f6 (patch) | |
| tree | 9cde87743b2955141db06030e8b8b4d92e20e2bf /app/decorators | |
| parent | 493c13421a0c47db72185bc8f0ad52ef6d31fc97 (diff) | |
| download | chouette-core-c7f5fa2bb5eb1b166d30bdf8c16efd8653fd24f6.tar.bz2 | |
RoutingConstraintZoneDecorator: Add missing `end` statement
Must have bugged when porting this from Slim template code.
Refs #3479
Diffstat (limited to 'app/decorators')
| -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(  | 
