6 lines
85 B
Ruby
6 lines
85 B
Ruby
@halls.each do |hall|
|
|
json.set! hall.id do
|
|
json.extract! hall, :name
|
|
end
|
|
end
|