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