mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-02 02:11:33 +00:00
5 lines
85 B
Ruby
5 lines
85 B
Ruby
attributes :city, :zipcode, :phone
|
|
node :state do |address|
|
|
address.state.abbr
|
|
end
|