oldhaven/app/models/artist.rb
2011-06-30 09:29:24 +04:00

4 lines
125 B
Ruby

class Artist < ActiveRecord::Base
has_many :albums, :order => 'has_pic DESC, year ASC, id ASC', :dependent => :destroy
end