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