Created
February 13, 2014 13:47
-
-
Save cleytonmessias/8975246 to your computer and use it in GitHub Desktop.
Instalação Spree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_trustvox.push(['_productId', '<%= @product.id %>']); | |
_trustvox.push(['_productName', '<%= @product.name %>']); | |
_trustvox.push(['_productPhotos', <%= product_images_urls(@product).html_safe %>]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment