Sha256: 910e13751d11edde7198cebb713efe40c9ad4c8688f29076bc0468740c1d9f76
Contents?: true
Size: 412 Bytes
Versions: 62
Compression:
Stored size: 412 Bytes
Contents
module Workarea module Search class Admin class ContentPage < Search::Admin include Admin::Releasable def type 'content_page' end def jump_to_text model.name end def jump_to_position 7 end def search_text "content page #{model.name} #{model.tag_list}" end end end end end
Version data entries
62 entries across 62 versions & 1 rubygems