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
@@ -1 +1 @@
|
||||
json.partial! 'api/v1/models/agent.json.jbuilder', resource: @user
|
||||
json.partial! 'api/v1/models/agent', formats: [:json], resource: @user
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
json.array! @agents do |agent|
|
||||
json.partial! 'api/v1/models/agent.json.jbuilder', resource: agent
|
||||
json.partial! 'api/v1/models/agent', formats: [:json], resource: agent
|
||||
end
|
||||
|
||||
@@ -1 +1 @@
|
||||
json.partial! 'api/v1/models/agent.json.jbuilder', resource: @agent
|
||||
json.partial! 'api/v1/models/agent', formats: [:json], resource: @agent
|
||||
|
||||
Reference in New Issue
Block a user