trabajo-afectivo/app/policies/controllers/getting_started_controller_policy.rb

4 lines
133 B
Ruby
Raw Normal View History

class Controllers::GettingStartedControllerPolicy < Controllers::ApplicationControllerPolicy
permit! :base, to: 'admin.wizard'
end