5 lines
102 B
Ruby
5 lines
102 B
Ruby
class ImageFileShareImage < ActiveRecord::Base
|
|
belongs_to :image_file
|
|
belongs_to :share_image
|
|
end
|