Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

logo_file_name nil for all stores #234

Open
stdevMac opened this issue Feb 20, 2021 · 0 comments
Open

logo_file_name nil for all stores #234

stdevMac opened this issue Feb 20, 2021 · 0 comments

Comments

@stdevMac
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant