OSDN Git Service

work
[pettanr/pettanr.git] / app / models / panel.rb
index 11ac112..3acafc8 100644 (file)
@@ -54,7 +54,7 @@ class Panel < Pettanr::Content
   end
   
   def visible? operators
-    return false unless super
+    return true if super
     return true if self.new_record?
     self.publish?
   end