Sha256: 5f8d5b68747dbd66153049035196489890878bbe8908ce34ff556877ee63921f
Contents?: true
Size: 183 Bytes
Versions: 4
Compression:
Stored size: 183 Bytes
Contents
module Locomotive::Search::SearchableContentEntry extend ActiveSupport::Concern def searchable? self.content_type.fields.any? { |field| field.searchable == true } end end
Version data entries
4 entries across 4 versions & 1 rubygems