mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 11:50:49 +08:00
7 lines
187 B
Ruby
7 lines
187 B
Ruby
json.partial! "commons/success"
|
|
json.currentUserclaimed @user_claimed
|
|
json.claimers do
|
|
json.array! @claims do |claimer|
|
|
json.partial! "claims/claim_item", claimer: claimer
|
|
end
|
|
end |