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

4 lines
139 B
Ruby
Raw Normal View History

class Controllers::ReportProfilesControllerPolicy < Controllers::ApplicationControllerPolicy
default_permit!('admin.report_profile')
end