Module: ActiveRecord::Temporal::Patches::Merger
- Defined in:
- lib/activerecord/temporal/patches/merger.rb
Instance Method Summary collapse
Instance Method Details
#merge ⇒ Object
4 5 6 7 8 |
# File 'lib/activerecord/temporal/patches/merger.rb', line 4 def merge super.tap do |relation| relation.(values[:time_tags] || {}) end end |