summaryrefslogtreecommitdiff
path: root/app/controllers/menu_items_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/menu_items_controller.rb')
-rw-r--r--app/controllers/menu_items_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/menu_items_controller.rb b/app/controllers/menu_items_controller.rb
index f169e0ca..63935f13 100644
--- a/app/controllers/menu_items_controller.rb
+++ b/app/controllers/menu_items_controller.rb
@@ -1,9 +1,11 @@
1class MenuItemsController < ApplicationController 1class MenuItemsController < ApplicationController
2 include PinnedToDefaultLocale 2 include PinnedToDefaultLocale
3 include RoleRequired
3 4
4 # Private 5 # Private
5 6
6 before_action :login_required 7 before_action :login_required
8 before_action :require_redaktion
7 9
8 layout 'admin' 10 layout 'admin'
9 11