Discogs releases import. Good.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class AlbumFormat < ActiveRecord::Base
|
||||
belongs_to :album
|
||||
belongs_to :format
|
||||
end
|
||||
@@ -0,0 +1,4 @@
|
||||
class AlbumGenre < ActiveRecord::Base
|
||||
belongs_to :album
|
||||
belongs_to :genre
|
||||
end
|
||||
@@ -0,0 +1,4 @@
|
||||
class AlbumStyle < ActiveRecord::Base
|
||||
belongs_to :album
|
||||
belongs_to :style
|
||||
end
|
||||
@@ -0,0 +1,2 @@
|
||||
class ReleaseFormat < ActiveRecord::Base
|
||||
end
|
||||
Reference in New Issue
Block a user