Commit e5109fb309c5fbbd86b75e52a0b25b016a591ad7

Authored by Andrew Kane
1 parent 69fcc47e

Added note about ActiveRecord

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -683,7 +683,7 @@ end
683 683  
684 684 Reindex conditionally
685 685  
686   -**Note:** Use with caution - [transaction rollbacks can cause data inconstencies](https://github.com/elasticsearch/elasticsearch-rails/blob/master/elasticsearch-model/README.md#custom-callbacks) with this feature
  686 +**Note:** With ActiveRecord, use with caution - [transaction rollbacks can cause data inconstencies](https://github.com/elasticsearch/elasticsearch-rails/blob/master/elasticsearch-model/README.md#custom-callbacks) with this feature
687 687  
688 688 ```ruby
689 689 class Product < ActiveRecord::Base
... ...