spree-multi-domain icon indicating copy to clipboard operation
spree-multi-domain copied to clipboard

`logo_file_name` nil for all stores

Open stdevMac opened this issue 3 years ago • 0 comments

I am creating new stores, and when I try to get logo_file_name, i get nil values

irb(main):006:0> Spree::Store.pluck(:logo_file_name)
   (2.2ms)  SELECT "spree_stores"."logo_file_name" FROM "spree_stores"
=> [nil, nil]

However, In the admin view, I get the image, I need to get the cause i am creating and endpoint for that

Any help will be appreciated

stdevMac avatar Feb 20 '21 17:02 stdevMac