Built-in Last.fm TOP playlists
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Playlist < ActiveRecord::Base
|
||||
belongs_to :user
|
||||
belongs_to :artist
|
||||
has_many :playlist_items
|
||||
has_many :playlist_items, dependent: :destroy
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user