diff options
| -rw-r--r-- | app/decorators/route_decorator.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/decorators/route_decorator.rb b/app/decorators/route_decorator.rb index fa6367924..75ef20d63 100644 --- a/app/decorators/route_decorator.rb +++ b/app/decorators/route_decorator.rb @@ -61,7 +61,6 @@ class RouteDecorator < AF83::Decorator policy: :duplicate ) do |l| l.content h.t('routes.duplicate.title') - l.method :post l.href do h.duplicate_referential_line_route_path( context[:referential], |
