diff options
| author | Alban Peignier | 2018-03-22 15:48:36 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2018-03-22 15:49:52 +0100 | 
| commit | 246382fd77799e4cf1a04578be0d8f0e982a5164 (patch) | |
| tree | 3bac0143f42ed368e2a1b7e43a09f18b930dc274 /app/controllers/connection_links_controller.rb | |
| parent | 9ae51de7d821aa2d0277fdab3aaeb5f32642a0ca (diff) | |
| download | chouette-core-246382fd77799e4cf1a04578be0d8f0e982a5164.tar.bz2 | |
Remove maps code. Refs #6296
Diffstat (limited to 'app/controllers/connection_links_controller.rb')
| -rw-r--r-- | app/controllers/connection_links_controller.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/app/controllers/connection_links_controller.rb b/app/controllers/connection_links_controller.rb index f14868776..a7f9758e8 100644 --- a/app/controllers/connection_links_controller.rb +++ b/app/controllers/connection_links_controller.rb @@ -24,7 +24,6 @@ class ConnectionLinksController < ChouetteController    end    def show -    @map = ConnectionLinkMap.new(resource).with_helpers(self)      show!    end | 
