OSDN Git Service

fix:view
[pettanr/pettanr.git] / app / assets / javascripts / models / ground_picture.js.coffee
index 139fe61..2218093 100644 (file)
@@ -49,6 +49,9 @@ class Pettanr.GroundPicture extends Peta.Element
   element_face: () ->\r
     new Pettanr.Views.GroundPicture.ElementFace({element: this})\r
   \r
+  picture_file: () ->\r
+    new Pettanr.PictureFile(this)\r
+  \r
   initialize: (attr, options) ->\r
     super(attr, options)\r
   \r