fix: DEPRECATION WARNING: Rendering actions with '.' in the name is deprecated (#5560)
fixes the warning: Rendering actions with '.' in the name is deprecated
This commit is contained in:
committed by
GitHub
parent
cd4c1ef27e
commit
bd445216e9
@@ -6,6 +6,6 @@ json.action resource.action
|
||||
json.button resource.action
|
||||
json.hooks do
|
||||
json.array! @current_account.hooks.where(app_id: resource.id) do |hook|
|
||||
json.partial! 'api/v1/models/hook.json.jbuilder', resource: hook
|
||||
json.partial! 'api/v1/models/hook', formats: [:json], resource: hook
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user