Sha256: 2c9fb06ebad7401a56624bbfd14ce2deb81a53f1a52d7c87b448d8f353683e41

Contents?: true

Size: 179 Bytes

Versions: 5

Compression:

Stored size: 179 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

5 entries across 5 versions & 1 rubygems

Version Path
ibm_db-5.5.0 test/models/image.rb
ibm_db-5.4.1 test/models/image.rb
ibm_db-5.4.0 test/models/image.rb
ibm_db-5.3.2 test/models/image.rb
ibm_db-5.3.1 test/models/image.rb