Sha256: 2ea58156fe19ce9d3461985664ea1249e6a52341aeead5e3b3e1172d710ed104
Contents?: true
Size: 229 Bytes
Versions: 14
Compression:
Stored size: 229 Bytes
Contents
class ThinkingSphinx::Search::StaleIdsException < StandardError attr_reader :ids def initialize(ids) @ids = ids end def message "Record IDs found by Sphinx but not by ActiveRecord : #{ids.join(', ')}" end end
Version data entries
14 entries across 14 versions & 1 rubygems