MB + Last.fm + Discogs = Import!
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Album < ActiveRecord::Base
|
||||
belongs_to :artist
|
||||
has_many :tracks, :order => 'bonus ASC, position ASC', :dependent => :destroy
|
||||
has_many :tracks, :conditions => ['length > 0'], :order => 'bonus ASC, position ASC', :dependent => :destroy
|
||||
has_many :album_formats
|
||||
has_many :release_formats, :through => :album_formats
|
||||
|
||||
|
||||
Reference in New Issue
Block a user