diff --git a/lib/chrono_model/patches/relation.rb b/lib/chrono_model/patches/relation.rb index 8a7a195..6d3e7c4 100644 --- a/lib/chrono_model/patches/relation.rb +++ b/lib/chrono_model/patches/relation.rb @@ -70,15 +70,6 @@ def chrono_join_history(join) ) end - # Build a preloader at the +as_of_time+ of this relation. - # Pass the current model to define Relation - # - def build_preloader - ActiveRecord::Associations::Preloader.new( - model: model, as_of_time: as_of_time - ) - end - def find_nth(*) return super unless try(:history?)