Skip to content

Instantly share code, notes, and snippets.

@MiguelSavignano
Created May 8, 2016 23:27
Show Gist options
  • Save MiguelSavignano/bafa8d4e7eaab745045e95721a89b4e2 to your computer and use it in GitHub Desktop.
Save MiguelSavignano/bafa8d4e7eaab745045e95721a89b4e2 to your computer and use it in GitHub Desktop.
module ProductHelper
def get_price_css(product)
product.is_in_promotion ? "product-promotion" : "product"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment