4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
|
json.array!(@regions) do |region|
|
||
|
json.extract! region, :id, :region_id, :name, :code
|
||
|
end
|