bootcamp/app/models/favorite.rb
2023-09-27 07:39:08 -05:00

5 lines
78 B
Ruby

class Favorite < ApplicationRecord
belongs_to :movie
belongs_to :user
end