clarion/app/views/api/halls/index.jbuilder

6 lines
85 B
Ruby

@halls.each do |hall|
json.set! hall.id do
json.extract! hall, :name
end
end