Commit 84c4c66f74cc47e6a527e34e17dc04668eb6475d

Authored by Andrew Kane
1 parent 2c72dcc9

Removed unnecessary note

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
README.md
... ... @@ -659,8 +659,6 @@ end
659 659  
660 660 Asynchronous reindexing
661 661  
662   -**Note:** Use `after_commit` for ActiveRecord and `after_save` and `after_destroy` for Mongoid
663   -
664 662 ```ruby
665 663 class Product < ActiveRecord::Base
666 664 searchkick callbacks: false
... ...