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

8 lines
144 B
Text
Raw Normal View History

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