MitinPavel/hello_monument

View on GitHub
app/models/search/index_entry.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Search
  class IndexEntry < ActiveRecord::Base
    fuzzily_searchable :text, class_name: 'Search::Trigram'
  end
end