4 lines
139 B
Ruby
4 lines
139 B
Ruby
![]() |
class Controllers::ReportProfilesControllerPolicy < Controllers::ApplicationControllerPolicy
|
||
|
default_permit!('admin.report_profile')
|
||
|
end
|