OSDN Git Service

fix anything
[pettanr/pettanr.git] / app / models / sheet_panel.rb
index 60d3346..f47f192 100644 (file)
@@ -32,7 +32,7 @@ class SheetPanel < Peta::Element
     self.author_id = operators.author.id
   end
   
-  def self.list_where
+  def self.public_list_where
     'sheets.visible > 0'
   end