product_search_block.rb 197 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 class ProductSearchBlock < Block def self.description _('A block to search products.') end def self.title _('Product search') end def content block_title(title) end end