aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/image.rb
blob: 7ae8e4a7f6ab8fe22e26965d6cdedf2cc428f710 (plain) (blame)
1
2
3
class Image < ActiveRecord::Base
  belongs_to :imageable, foreign_key: :imageable_identifier, foreign_type: :imageable_class
end