4 lines
126 B
Ruby
4 lines
126 B
Ruby
|
class Controllers::WebhooksControllerPolicy < Controllers::ApplicationControllerPolicy
|
||
|
default_permit!('admin.webhook')
|
||
|
end
|