aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/time_tables_controller.rb
diff options
context:
space:
mode:
authorMarc Florisson2014-09-22 18:20:09 +0200
committerMarc Florisson2014-09-22 18:20:09 +0200
commitc69442da623e504c3d31944829b94ce0b55038aa (patch)
tree09f02d944bcb81bbb0790dbab6ca5ed8a2a7e0ed /app/controllers/time_tables_controller.rb
parent80c862d0e0806772abf3449778ba93bb91ff9161 (diff)
parente48a2f0e59f96648b04910b42afc7fcef31e93c6 (diff)
downloadchouette-core-c69442da623e504c3d31944829b94ce0b55038aa.tar.bz2
Merge branch 'sismo' of github.com:afimb/chouette2 into sismo
Diffstat (limited to 'app/controllers/time_tables_controller.rb')
-rw-r--r--app/controllers/time_tables_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/time_tables_controller.rb b/app/controllers/time_tables_controller.rb
index 620bc98c0..54b0a3bac 100644
--- a/app/controllers/time_tables_controller.rb
+++ b/app/controllers/time_tables_controller.rb
@@ -20,7 +20,7 @@ class TimeTablesController < ChouetteController
def new
@autocomplete_items = ActsAsTaggableOn::Tag.all
new! do
- build_breadcrumb :show
+ build_breadcrumb :new
end
end