ifad / chronomodel

Temporal PostgreSQL (9.4+) system with "flashback" framework for ActiveRecord (7.0+)
MIT License
194 stars 21 forks source link

`Relation#load` does not match rails parameter and changes return type to array #297

Closed tagliala closed 4 months ago

tagliala commented 4 months ago

Ref: rails/rails@caa178c

> super.class
Animal::ActiveRecord_Relation

> super.each { |record| record.as_of_time!(@_as_of_time) }.class
Array