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/networks_controller.rb | |
| parent | 9ae51de7d821aa2d0277fdab3aaeb5f32642a0ca (diff) | |
| download | chouette-core-246382fd77799e4cf1a04578be0d8f0e982a5164.tar.bz2 | |
Remove maps code. Refs #6296
Diffstat (limited to 'app/controllers/networks_controller.rb')
| -rw-r--r-- | app/controllers/networks_controller.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/networks_controller.rb b/app/controllers/networks_controller.rb index 1c69b1240..bb2ca9f7f 100644 --- a/app/controllers/networks_controller.rb +++ b/app/controllers/networks_controller.rb @@ -11,8 +11,6 @@ class NetworksController < ChouetteController belongs_to :line_referential def show - @map = NetworkMap.new(resource).with_helpers(self) - show! do @network = @network.decorate(context: { line_referential: line_referential |
