OSDN Git Service

fix player
[pettanr/pettanr.git] / app / models / sheet.rb
index 9ff4b81..c63abe7 100644 (file)
@@ -38,7 +38,7 @@ class Sheet < Peta::Root
   def symbol_filename
   end
   
-  def self.public_list_where
+  def self.public_list_where list
     'sheets.visible > 0'
   end