Submit social housing lettings and sales data (CORE)
 
 
 
 

4 lines
176 B

class LocalAuthorityLink < ApplicationRecord
belongs_to :local_authority, class_name: "LocalAuthority"
belongs_to :linked_local_authority, class_name: "LocalAuthority"
end