tap/app/helpers/products_helper.rb
2014-11-10 17:06:50 +01:00

7 lines
95 B
Ruby

module ProductsHelper
def current_product?(product)
product == current_product
end
end