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/access_points_controller.rb | |
| parent | 9ae51de7d821aa2d0277fdab3aaeb5f32642a0ca (diff) | |
| download | chouette-core-246382fd77799e4cf1a04578be0d8f0e982a5164.tar.bz2 | |
Remove maps code. Refs #6296
Diffstat (limited to 'app/controllers/access_points_controller.rb')
| -rw-r--r-- | app/controllers/access_points_controller.rb | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/app/controllers/access_points_controller.rb b/app/controllers/access_points_controller.rb index 112a13a86..5d9ee8de8 100644 --- a/app/controllers/access_points_controller.rb +++ b/app/controllers/access_points_controller.rb @@ -22,7 +22,6 @@ class AccessPointsController < ChouetteController    end    def show -    map.editable = false      @generic_access_links = @access_point.generic_access_link_matrix      @detail_access_links = @access_point.detail_access_link_matrix      show! do |format| @@ -38,7 +37,6 @@ class AccessPointsController < ChouetteController    def edit      access_point.position ||= access_point.default_position -    map.editable = true      edit!    end @@ -47,10 +45,6 @@ class AccessPointsController < ChouetteController    alias_method :access_point, :resource -  def map -    @map = AccessPointMap.new(access_point).with_helpers(self) -  end -    def collection      @q = parent.access_points.search(params[:q])      @access_points ||= | 
