Discogs releases parse
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
class Genre < ActiveRecord::Base
|
||||
end
|
||||
@@ -0,0 +1,2 @@
|
||||
class Style < ActiveRecord::Base
|
||||
end
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
class Track < ActiveRecord::Base
|
||||
belongs_to :album
|
||||
belongs_to :artist, :through => :track_artists
|
||||
has_many :artists, :through => :track_artists
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user