|
@@ -1,7 +1,7 @@
|
|
|
# Copyright (C) 2012-2016 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
|
|
class ObjectManagerAttributesController < ApplicationController
|
|
|
- before_action { authentication_check(permission: 'admin.object') }
|
|
|
+ prepend_before_action { authentication_check(permission: 'admin.object') }
|
|
|
|
|
|
# GET /object_manager_attributes_list
|
|
|
def list
|