Discogs releases import. Good.

This commit is contained in:
magnolia-fan
2011-09-22 23:54:09 +04:00
parent e235ad7fc5
commit e46717af01
18 changed files with 225 additions and 23 deletions
+4
View File
@@ -0,0 +1,4 @@
class AlbumFormat < ActiveRecord::Base
belongs_to :album
belongs_to :format
end
+4
View File
@@ -0,0 +1,4 @@
class AlbumGenre < ActiveRecord::Base
belongs_to :album
belongs_to :genre
end
+4
View File
@@ -0,0 +1,4 @@
class AlbumStyle < ActiveRecord::Base
belongs_to :album
belongs_to :style
end
+2
View File
@@ -0,0 +1,2 @@
class ReleaseFormat < ActiveRecord::Base
end