houdini/app/views/nonprofits/refunds/index.rabl

7 lines
144 B
Ruby

object false
child @refunds => :data do
collection @refunds, object_root: false
attributes :id, :amount, :created_at, :reason, :comment
end