Sha256: 668285065a7483446db9a47932bd08e63f9139a98c6f5947e15025b8dd1b5c72
Contents?: true
Size: 574 Bytes
Versions: 9
Compression:
Stored size: 574 Bytes
Contents
module Mokio module SolrConfig #:nodoc: # # Enable/Disable using solr # mattr_accessor :enabled self.enabled = false def self.all_exceptions self.mokio_exceptions + self.exceptions end # # Application classes which are excluded from indexing or have own searchable method # mattr_accessor :exceptions private # # Mokio classes which are excluded from indexing or have own searchable method # def self.mokio_exceptions [ :menu, :user, :externalscript, :lang ] end end end
Version data entries
9 entries across 9 versions & 1 rubygems