diff options
| author | Luc Donnet | 2014-09-25 18:07:22 +0200 |
|---|---|---|
| committer | Luc Donnet | 2014-09-25 18:07:22 +0200 |
| commit | 203bca6993fc87f78c018b5d973196db700b84f4 (patch) | |
| tree | 36f05bd4edc7e345ea1be184599a7113c2b6ccec /app/controllers/access_points_controller.rb | |
| parent | 7b8234c96105f154ebaf492a0e104456986b6198 (diff) | |
| parent | f3e8dc276a23474c6b5601c988df6b036ca4fdfa (diff) | |
| download | chouette-core-203bca6993fc87f78c018b5d973196db700b84f4.tar.bz2 | |
Merge branch 'sismo' of github.com:afimb/chouette2 into sismo
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 |
