Simeon Manolov
Results
2
comments of
Simeon Manolov
I think you can workaround the issue as follows: - in app/helpers/spree/base_helper_decorator.rb: ``` ruby module Spree module BaseHelper def logo(image_path = current_store.logo.url) link_to image_tag(image_path), spree.root_path end end end ``` -...
the `master` branch apparently is unstable so the failing tests are unrelated to this PR