Improvements to image upload validation and creation (#10431)
* Check if image value is nil? before creating an image Check if uploaded images aren't nil before creating SiteUpload models for them. * Validate presence of file in SiteUpload * Fix file presence validation * Fabricate SiteUpload#file * Add link to Creative Commons license
This commit is contained in:
parent
abdf225353
commit
85973f4f37
5 changed files with 9 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
Fabricator(:site_upload) do
|
||||
file { File.open(File.join(Rails.root, 'spec', 'fabricators', 'assets', 'utah_teapot.png')) }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue