Sha256: 489a8e8f42db7372d4eaf06e1623ef4d90104d5c019d31a02a9daaab909129a7
Contents?: true
Size: 317 Bytes
Versions: 12
Compression:
Stored size: 317 Bytes
Contents
# The acts_as_indexed instructions tell us to put this in environment/initializers/ # but that doesn't work so we're putting it here and requiring it using refinery. ActsAsIndexed.configure do |config| config.index_file = Rails.root.join('tmp', 'index') config.index_file_depth = 3 config.min_word_size = 3 end
Version data entries
12 entries across 12 versions & 1 rubygems