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