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

8 lines
150 B
Ruby

object false
child @custom_field_masters => :data do
collection @custom_field_masters, object_root: false
attributes :name, :id, :created_at
end