aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/connection_links_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/connection_links_controller.rb')
-rw-r--r--app/controllers/connection_links_controller.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/controllers/connection_links_controller.rb b/app/controllers/connection_links_controller.rb
index 8790426f7..3da6b1417 100644
--- a/app/controllers/connection_links_controller.rb
+++ b/app/controllers/connection_links_controller.rb
@@ -8,6 +8,11 @@ class ConnectionLinksController < ChouetteController
respond_to :html, :xml, :json
+ def show
+ @map = ConnectionLinkMap.new referential, resource
+ show!
+ end
+
def select_areas
@connection_link = connection_link
@departure = connection_link.departure