Sha256: 0caa5f34983c3213869abac751ae4a0902e8c649cf811e2da47ec058feb45663
Contents?: true
Size: 212 Bytes
Versions: 1
Compression:
Stored size: 212 Bytes
Contents
# frozen_string_literal: true module ActiveRecord class CompositeKey attr_reader :association, :key def initialize(association, key) @association = association @key = key end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smart_preloader-0.1.0 | lib/active_record/composite_key.rb |