1
0
Fork 0
oldhaven/app/models/beathaven/playlist.rb

6 lines
128 B
Ruby

class Playlist < ActiveRecord::Base
belongs_to :user
belongs_to :artist
has_many :playlist_items, dependent: :destroy
end