Sha256: 5ebf5aa47c4f88284cb616a1f91f6b2032f5bd056f48a5300c3a5393ba5c508e
Contents?: true
Size: 183 Bytes
Versions: 2
Compression:
Stored size: 183 Bytes
Contents
# frozen_string_literal: true class TagAlias < ActiveRecord::Base unless ENV["SKIP_COMPOSITE_PK"] belongs_to :tag, foreign_key: [:tag_id, :parent_id], required: true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activerecord-import-1.6.0 | test/models/tag_alias.rb |
activerecord-import-1.5.1 | test/models/tag_alias.rb |