5 lines
210 B
Ruby
5 lines
210 B
Ruby
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
|
|
|
class Controllers::GettingStartedControllerPolicy < Controllers::ApplicationControllerPolicy
|
|
permit! :base, to: 'admin.wizard'
|
|
end
|