Sha256: c704e179fb184697a5727d405a68090bb7b0a5ee68c80fa8d8731a53c1a8b8b4
Contents?: true
Size: 306 Bytes
Versions: 16
Compression:
Stored size: 306 Bytes
Contents
# frozen_string_literal: true ThinkingSphinx::Index.define :album, :with => :active_record, :primary_key => :integer_id, :delta => true do indexes name, artist end ThinkingSphinx::Index.define :album, :with => :real_time, :primary_key => :integer_id, :name => :album_real do indexes name, artist end
Version data entries
16 entries across 16 versions & 1 rubygems