base_photo_app/app/models/image_file_share_image.rb

5 lines
102 B
Ruby

class ImageFileShareImage < ActiveRecord::Base
belongs_to :image_file
belongs_to :share_image
end