5 lines
84 B
Ruby
5 lines
84 B
Ruby
|
class PhotoFavorite < ActiveRecord::Base
|
||
|
belongs_to :user
|
||
|
belongs_to :photo
|
||
|
end
|