Sha256: 0d67b5def455f91d92aa0ece867749e5bd3a95744939d22ef8329018d39ce9bb
Contents?: true
Size: 454 Bytes
Versions: 54
Compression:
Stored size: 454 Bytes
Contents
module Workarea module Search class Admin class InventorySku < Search::Admin def type 'inventory_sku' end def search_text model.name end def jump_to_text "#{model.id} (#{model.available} available)" end def jump_to_position 12 end def facets super.merge(policy: model.policy) end end end end end
Version data entries
54 entries across 54 versions & 1 rubygems