aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/controllers/breadcrumb_controller.rb38
1 files changed, 0 insertions, 38 deletions
diff --git a/app/controllers/breadcrumb_controller.rb b/app/controllers/breadcrumb_controller.rb
index cb639fdb8..8c350cbec 100644
--- a/app/controllers/breadcrumb_controller.rb
+++ b/app/controllers/breadcrumb_controller.rb
@@ -1,41 +1,3 @@
class BreadcrumbController < InheritedResources::Base
include Pundit
- include BreadcrumbHelper
-
- def show
- show! do
- build_breadcrumb :show
- end
- end
-
- def index
- index! do
- build_breadcrumb :index
- end
- end
-
- def edit
- edit! do
- build_breadcrumb :edit
- end
- end
-
- def update
- update! do |success, failure|
- build_breadcrumb :edit
- end
- end
-
- def new
- new! do
- build_breadcrumb :new
- end
- end
-
- def create
- create! do |success, failure|
- build_breadcrumb :new
- end
- end
-
end