aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/access_points_controller.rb
diff options
context:
space:
mode:
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