aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/routes_controller.rb
diff options
context:
space:
mode:
authorcedricnjanga2017-11-22 14:44:29 +0100
committercedricnjanga2017-11-22 14:44:41 +0100
commitffe835e4feb43796ea1a122aba8df087252fe2e5 (patch)
treefeb7d3d7a5b540e1102f8627e558b85b710bb1e9 /app/controllers/routes_controller.rb
parentf7b9b6ad5280179367c225e1d35d123bad67dcaf (diff)
downloadchouette-core-ffe835e4feb43796ea1a122aba8df087252fe2e5.tar.bz2
Rebase master and resolve conflicts
Diffstat (limited to 'app/controllers/routes_controller.rb')
-rw-r--r--app/controllers/routes_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/routes_controller.rb b/app/controllers/routes_controller.rb
index c8813dbcb..1a6c82484 100644
--- a/app/controllers/routes_controller.rb
+++ b/app/controllers/routes_controller.rb
@@ -48,7 +48,7 @@ class RoutesController < ChouetteController
@route_sp = ModelDecorator.decorate(
@route_sp,
- with: Chouette::StopPointDecorator
+ with: StopPointDecorator
)
end
end