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