This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
binaryattraction/app/models/photo_favorite.rb

5 lines
84 B
Ruby

class PhotoFavorite < ActiveRecord::Base
belongs_to :user
belongs_to :photo
end