mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
3 lines
120 B
Ruby
3 lines
120 B
Ruby
collection @suburbs
|
|
attributes :id
|
|
node(:label) { |suburb| "#{suburb.name} (#{suburb.state_name}), #{suburb.postcode}" } |