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