OSDN Git Service

fix extend for profiler
[pettanr/pettanr.git] / app / models / story_sheet.rb
index e0f98ed..9056a7a 100644 (file)
@@ -20,11 +20,6 @@ class StorySheet < Peta::Leaf
     self.author_id = operators.author.id
   end
   
-  def visible? operators
-    return false unless super
-    self.owner_model.visible? operators
-  end
-  
   def self.list_where
     'stories.visible > 0'
   end