From f74673290137f3d4899bf7d05d8286a1f13038dc Mon Sep 17 00:00:00 2001 From: Henriette Dinger Date: Mon, 27 Mar 2017 13:19:51 +0200 Subject: [PATCH] Show admin breadcrumb --- app/controllers/cost_types_controller.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/controllers/cost_types_controller.rb b/app/controllers/cost_types_controller.rb index f737c18e74..1f295ddee5 100644 --- a/app/controllers/cost_types_controller.rb +++ b/app/controllers/cost_types_controller.rb @@ -142,4 +142,8 @@ class CostTypesController < ApplicationController def default_breadcrumb CostType.model_name.human(count: 2) end + + def show_local_breadcrumb + true + end end