koombea/fuzzy_where

View on GitHub
lib/generators/fuzzy_where/templates/fuzzy_where_config.rb

Summary

Maintainability
A
0 mins
Test Coverage
FuzzyWhere.configure do |config|
  # config.where_method_name = :fuzzy_where
  config.predicates_file = ::Rails.root.join('config', 'fuzzy_predicates.yml')
end