aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/access_points_controller.rb
diff options
context:
space:
mode:
authorLuc Donnet2014-09-25 18:07:22 +0200
committerLuc Donnet2014-09-25 18:07:22 +0200
commit203bca6993fc87f78c018b5d973196db700b84f4 (patch)
tree36f05bd4edc7e345ea1be184599a7113c2b6ccec /app/controllers/access_points_controller.rb
parent7b8234c96105f154ebaf492a0e104456986b6198 (diff)
parentf3e8dc276a23474c6b5601c988df6b036ca4fdfa (diff)
downloadchouette-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.rb2
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