Sha256: 1a8cbe51f8d7533209a37c517d9c7659c9113f56d8c5c9cbdbc48df2f8d6d61b

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

# frozen_string_literal: true

module ChronoModel
  module Patches
    # This class is a dummy relation whose scope is only to pass around the
    # as_of_time parameters across ActiveRecord call chains.
    class AsOfTimeRelation < ActiveRecord::Relation; end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chrono_model-3.0.1 lib/chrono_model/patches/as_of_time_relation.rb