OSDN Git Service

fix summary
[pettanr/pettanr.git] / app / assets / javascripts / models / story.js.coffee
index 4d17170..625cec7 100644 (file)
@@ -13,6 +13,9 @@ class Pettanr.Story extends Peta.Binder
     author_id: null\r
   } \r
   \r
+  author: () ->\r
+    new Pettanr.Author({id: @get('author_id')})\r
+  \r
   is_visible: (operators) ->\r
     switch super(operators)\r
       when null\r