About page, lots of fixin
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
class Artist < ActiveRecord::Base
|
||||
has_many :albums, :order => 'year ASC, id ASC', :dependent => :destroy
|
||||
has_many :albums, :order => 'pic_url DESC, year ASC, id ASC', :dependent => :destroy
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user