class SchoolState < Base::SchoolState
  associations_for legacy: true do |a|
    a.belongs_to :school, inverse_of: :school_state
    a.belongs_to :state, keys: :SSID
  end
end
