Fix error related to missing _hamlout method by replacing code with standard haml

This commit is contained in:
luisramos0
2019-07-16 16:25:59 +01:00
parent a34d8a3f20
commit 665d0cc86b

View File

@@ -78,5 +78,5 @@
= render 'spree/shared/google_analytics'
:javascript
Spree.api_key = #{raw(try_spree_current_user.try(:spree_api_key).to_s.inspect)};
%script
= raw "Spree.api_key = \"#{try_spree_current_user.try(:spree_api_key).to_s}\";"