OSDN Git Service

fix player
[pettanr/pettanr.git] / app / models / comic_story.rb
index 66c2acc..59b8096 100644 (file)
@@ -30,7 +30,7 @@ class ComicStory < Peta::Leaf
     self.disp_t_by_text + ':' + self.story.title
   end
   
-  def self.public_list_where
+  def self.public_list_where list
     'comics.visible > 0'
   end