Sha256: fe30c5b7da53f650d732c3c7279b66d6edf17cd5a5e43a29c93cd9956b77f38b
Contents?: true
Size: 412 Bytes
Versions: 3
Compression:
Stored size: 412 Bytes
Contents
module Workarea module Search class Admin class SearchCustomization < Search::Admin include Admin::Releasable def type 'search_customization' end def search_text model.name end def jump_to_text "#{model.id} - #{model.name}" end def jump_to_position 99 end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems