aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/breadcrumb_controller.rb
diff options
context:
space:
mode:
authorBruno Perles2015-10-21 17:32:59 +0200
committerBruno Perles2015-10-23 10:15:25 +0200
commit1cfb7ebb2375154eb76c366bcddd30eb94729e15 (patch)
tree9191056d66431bf4b61de1f937f63a6f02850564 /app/controllers/breadcrumb_controller.rb
parent14ad4be837e5b19dc0ee47c2e638a517af0fc812 (diff)
downloadchouette-core-1cfb7ebb2375154eb76c366bcddd30eb94729e15.tar.bz2
Add vehicle journey frequency
Diffstat (limited to 'app/controllers/breadcrumb_controller.rb')
-rw-r--r--app/controllers/breadcrumb_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/breadcrumb_controller.rb b/app/controllers/breadcrumb_controller.rb
index 143651b52..c1bb4289c 100644
--- a/app/controllers/breadcrumb_controller.rb
+++ b/app/controllers/breadcrumb_controller.rb
@@ -27,7 +27,7 @@ class BreadcrumbController < InheritedResources::Base
end
def new
- new! do
+ new! do
build_breadcrumb :new
end
end