aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/breadcrumb_controller.rb
diff options
context:
space:
mode:
authorMichel Etienne2014-09-22 13:44:56 +0200
committerMichel Etienne2014-09-22 13:44:56 +0200
commit50a9cf10902dd32a84e5074b5d392757f120102e (patch)
tree10bb3666331a00a7dec4190af0ef4a8d4ca72ef8 /app/controllers/breadcrumb_controller.rb
parenta724576b6551e1c00a2c82dd317a87128f137ddf (diff)
downloadchouette-core-50a9cf10902dd32a84e5074b5d392757f120102e.tar.bz2
correct breadcrumbs
Diffstat (limited to 'app/controllers/breadcrumb_controller.rb')
-rw-r--r--app/controllers/breadcrumb_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/breadcrumb_controller.rb b/app/controllers/breadcrumb_controller.rb
index 022636709..143651b52 100644
--- a/app/controllers/breadcrumb_controller.rb
+++ b/app/controllers/breadcrumb_controller.rb
@@ -28,13 +28,13 @@ class BreadcrumbController < InheritedResources::Base
def new
new! do
- build_breadcrumb :show
+ build_breadcrumb :new
end
end
def create
create! do |success, failure|
- build_breadcrumb :show
+ build_breadcrumb :new
end
end