OSDN Git Service

fix anything
[pettanr/pettanr.git] / app / models / story_sheet.rb
index 9056a7a..6d02cd0 100644 (file)
@@ -20,7 +20,7 @@ class StorySheet < Peta::Leaf
     self.author_id = operators.author.id
   end
   
-  def self.list_where
+  def self.public_list_where
     'stories.visible > 0'
   end