Module: ActiveRecord::Temporal::Patches::Merger

Defined in:
lib/activerecord/temporal/patches/merger.rb

Instance Method Summary collapse

Instance Method Details

#mergeObject



4
5
6
7
8
# File 'lib/activerecord/temporal/patches/merger.rb', line 4

def merge
  super.tap do |relation|
    relation.time_tags!(values[:time_tags] || {})
  end
end