4 lines
133 B
Ruby
4 lines
133 B
Ruby
|
class Controllers::GettingStartedControllerPolicy < Controllers::ApplicationControllerPolicy
|
||
|
permit! :base, to: 'admin.wizard'
|
||
|
end
|