tap/app/helpers/products_helper.rb

7 lines
95 B
Ruby
Raw Normal View History

2014-11-10 14:52:54 +00:00
module ProductsHelper
2014-11-10 16:06:50 +00:00
def current_product?(product)
product == current_product
end
2014-11-10 14:52:54 +00:00
end