mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-29 21:17:17 +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}" } |