OSDN Git Service

fix:
[pettanr/pettanr.git] / app / models / artist.rb
index 83ecf69..3fc4bc9 100644 (file)
@@ -18,7 +18,7 @@ class Artist < Peta::Owner
     Artist.find( :first, :conditions => ['author_id = ?', author.id])
   end
   
-  def self.list_where
+  def self.index_list_where list
     'artists.provider_id is null'
   end