OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / models / comic.rb
index bedfdb9..ed15468 100644 (file)
@@ -32,7 +32,7 @@ class Comic < Peta::Binder
   def symbol_filename
   end
   
-  def self.public_list_where
+  def self.public_list_where list
     'comics.visible > 0'
   end