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
@@ -4,13 +4,13 @@ json.visibility macro.visibility
|
||||
|
||||
if macro.created_by.present?
|
||||
json.created_by do
|
||||
json.partial! 'api/v1/models/agent.json.jbuilder', resource: macro.created_by
|
||||
json.partial! 'api/v1/models/agent', formats: [:json], resource: macro.created_by
|
||||
end
|
||||
end
|
||||
|
||||
if macro.updated_by.present?
|
||||
json.updated_by do
|
||||
json.partial! 'api/v1/models/agent.json.jbuilder', resource: macro.updated_by
|
||||
json.partial! 'api/v1/models/agent', formats: [:json], resource: macro.updated_by
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user