aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/networks_controller.rb
diff options
context:
space:
mode:
authorXinhui2017-10-19 17:00:17 +0200
committerXinhui2017-10-19 17:00:58 +0200
commit5d9793a52fcdf3009e247eeaace4cdd31f33b45a (patch)
tree9573a63b3270028a29873d9b08c472da6b23bccd /app/controllers/networks_controller.rb
parenta8f4fbe9d16984fbdf2cd769b7abe4f442b56688 (diff)
downloadchouette-core-5d9793a52fcdf3009e247eeaace4cdd31f33b45a.tar.bz2
Breadcrumb for lines - networks
Diffstat (limited to 'app/controllers/networks_controller.rb')
-rw-r--r--app/controllers/networks_controller.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/networks_controller.rb b/app/controllers/networks_controller.rb
index 5dae1ba3f..363e56829 100644
--- a/app/controllers/networks_controller.rb
+++ b/app/controllers/networks_controller.rb
@@ -17,8 +17,6 @@ class NetworksController < BreadcrumbController
@network = @network.decorate(context: {
line_referential: line_referential
})
-
- build_breadcrumb :show
end
end
@@ -43,8 +41,6 @@ class NetworksController < BreadcrumbController
format.js {
@networks = decorate_networks(@networks)
}
-
- build_breadcrumb :index
end
end