forked from Trustie/forgeplus
修复:render使用全路径
This commit is contained in:
parent
feec57f754
commit
97aac27770
|
|
@ -1,5 +1,5 @@
|
|||
json.user do
|
||||
json.partial! 'user_simple', locals: { user: resident_expert.user }
|
||||
json.partial! 'api/v1/resident_experts/user_simple', locals: { user: resident_expert.user }
|
||||
end
|
||||
json.id resident_expert.id
|
||||
json.name resident_expert.name
|
||||
|
|
|
|||
Loading…
Reference in New Issue