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

6 lines
107 B
Ruby

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