mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
5 lines
77 B
Ruby
5 lines
77 B
Ruby
attributes :city, :zipcode
|
|
node :state do |address|
|
|
address.state.abbr
|
|
end
|