aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/image.rb
blob: b4808293cc7cbc71a0c1bbbbb40e3e7d3fa3d4f8 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class Image < ActiveRecord::Base
  belongs_to :imageable, foreign_key: :imageable_identifier, foreign_type: :imageable_class
end