greenbell/fulltext_searchable

View on GitHub
lib/fulltext_searchable/engine.rb

Summary

Maintainability
A
0 mins
Test Coverage
module FulltextSearchable
  class Engine < Rails::Engine
    config.class_eval do
      def async=(value)
        ActiveSupport::Deprecation.warn 'FulltextSearchable::Engine.config.async no longer exists and has no effect.'
      end
    end
  end
end