4 lines
129 B
Ruby
4 lines
129 B
Ruby
|
class Image < ActiveRecord::Base
|
||
|
belongs_to :imageable, foreign_key: :imageable_identifier, foreign_type: :imageable_class
|
||
|
end
|