diff --git a/app/controllers/admin/communication/websites_controller.rb b/app/controllers/admin/communication/websites_controller.rb index 00b42f8c91d68d848ee9c2cae504d9481ad80ece..d83628439f6b2d87ab09005347ef20cd8f185d65 100644 --- a/app/controllers/admin/communication/websites_controller.rb +++ b/app/controllers/admin/communication/websites_controller.rb @@ -77,12 +77,6 @@ class Admin::Communication::WebsitesController < Admin::Communication::Websites: protected - def breadcrumb - super - add_breadcrumb Communication::Website.model_name.human(count: 2), admin_communication_websites_path - breadcrumb_for @website - end - def website_params attribute_names = [ :name, :url, :repository, :access_token, :about_type, :about_id, :in_production,