Sha256: a7d99c41d8462c3773bf0b433a37941052aa606bc65ea5cec63436b4fed1c810
Contents?: true
Size: 184 Bytes
Versions: 4
Compression:
Stored size: 184 Bytes
Contents
# frozen_string_literal: true class Image < ActiveRecord::Base belongs_to :imageable, polymorphic: true, foreign_key: :imageable_identifier, foreign_type: :imageable_class end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ibm_db-5.5.0-x86-mingw32 | test/models/image.rb |
ibm_db-5.4.1-x86-mingw32 | test/models/image.rb |
ibm_db-5.4.0-x86-mingw32 | test/models/image.rb |
ibm_db-5.3.2-x86-mingw32 | test/models/image.rb |