class FamilyProfileConfig < Base::FamilyProfileConfig
  associations_for legacy: true do |a|
    a.belongs_to :school, inverse_of: :family_profile_config
  end
end
