mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-06 02:51:34 +00:00
4 lines
87 B
Ruby
4 lines
87 B
Ruby
class Suburb < ActiveRecord::Base
|
|
belongs_to :state, :class_name => Spree::State
|
|
end
|