OSDN Git Service

t#30102:update i18n op rp au ar gc gp pc
[pettanr/pettanr.git] / app / models / original_picture.rb
index 10bb097..9a435ee 100644 (file)
@@ -31,6 +31,7 @@ class OriginalPicture < ActiveRecord::Base
   end
   
   def visible? ar
+    return true if ar.is_a?(Admin)
     self.own?(ar)
   end