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
@@ -5,7 +5,7 @@ json.status resource.status
|
||||
json.agent_last_seen_at resource.agent_last_seen_at.to_i
|
||||
json.messages do
|
||||
json.array! resource.messages do |message|
|
||||
json.partial! 'public/api/v1/models/message.json.jbuilder', resource: message
|
||||
json.partial! 'public/api/v1/models/message', formats: [:json], resource: message
|
||||
end
|
||||
end
|
||||
json.contact resource.contact
|
||||
|
||||
Reference in New Issue
Block a user