10 lines
336 B
10 lines
336 B
FactoryBot.define do |
|
factory :collection_resource, class: "CollectionResource" do |
|
resource_type { "paper_form" } |
|
display_name { "lettings log for tenants (2021 to 2022)" } |
|
short_display_name { "Paper Form" } |
|
year { 2024 } |
|
log_type { "lettings" } |
|
download_filename { "24_25_lettings_paper_form.pdf" } |
|
end |
|
end
|
|
|