diff options
| author | Michel Etienne | 2014-09-25 16:39:48 +0200 |
|---|---|---|
| committer | Michel Etienne | 2014-09-25 16:39:48 +0200 |
| commit | f3e8dc276a23474c6b5601c988df6b036ca4fdfa (patch) | |
| tree | c7ebaaf0e7796fbd991aa62d246458e670f737bd /app/controllers/access_points_controller.rb | |
| parent | 7971467d6e6661a8d03ba25f1ecd20761f633301 (diff) | |
| download | chouette-core-f3e8dc276a23474c6b5601c988df6b036ca4fdfa.tar.bz2 | |
terminate breadcrumb integration
Diffstat (limited to 'app/controllers/access_points_controller.rb')
| -rw-r--r-- | app/controllers/access_points_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/access_points_controller.rb b/app/controllers/access_points_controller.rb index 8e1f4664b..ca8e0b156 100644 --- a/app/controllers/access_points_controller.rb +++ b/app/controllers/access_points_controller.rb @@ -30,7 +30,7 @@ class AccessPointsController < ChouetteController } end - build_breadcrumb :show + format.html {build_breadcrumb :show} end end |
