OSDN Git Service

fix: finder
[pettanr/pettanr.git] / app / assets / javascripts / models / story.js.coffee
index 606df47..9357443 100644 (file)
@@ -12,9 +12,6 @@ class Pettanr.Story extends Peta.Binder
     author_id: null\r
   } \r
   \r
-  author: () ->\r
-    new Pettanr.Cache.Retriever(Pettanr.Author, @get('author_id'))\r
-  \r
   overwrite: (options) ->\r
     operators = Pettanr.cache.operators\r
     return false if not operators.author\r