OSDN Git Service

fix player
[pettanr/pettanr.git] / app / models / story.rb
index 5c550e1..7c3354d 100644 (file)
@@ -31,7 +31,7 @@ class Story < Peta::Binder
     end
   end
   
-  def self.public_list_where
+  def self.public_list_where list
     'stories.visible > 0'
   end