Submit social housing lettings and sales data (CORE)
 
 
 
 

8 lines
175 B

FactoryBot.define do
factory :csv_variable_definition do
variable { "variable" }
definition { "definition" }
log_type { "lettings" }
year { 2024 }
end
end