greenbell/fulltext_searchable

View on GitHub
lib/rails/generators/fulltext_searchable/templates/initializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
module FulltextSearchable
  class Engine < Rails::Engine

    # if set to true, updates are processed asynchronously(in another thread)
    config.async = false
  end
end