Add default image for investments without picture

This commit is contained in:
Angel Perez
2018-06-28 17:03:50 -04:00
committed by Javi Martín
parent 3e6cbc9505
commit 3574bf867c

View File

@@ -4,7 +4,8 @@ class SiteCustomization::Image < ActiveRecord::Base
"logo_header" => [260, 80],
"social_media_icon" => [470, 246],
"social_media_icon_twitter" => [246, 246],
"apple-touch-icon-200" => [200, 200]
"apple-touch-icon-200" => [200, 200],
"budget_execution_no_image" => [800, 600]
}
has_attached_file :image