8 lines
144 B
Text
8 lines
144 B
Text
|
object false
|
||
|
|
||
|
child @refunds => :data do
|
||
|
collection @refunds, object_root: false
|
||
|
attributes :id, :amount, :created_at, :reason, :comment
|
||
|
|
||
|
end
|