OSDN Git Service

fix: fetch fail
[pettanr/pettanr.git] / app / assets / javascripts / models / user.js.coffee
index ab62ce1..30fde56 100644 (file)
@@ -1,14 +1,8 @@
 class Pettanr.User extends Backbone.Model\r
   \r
-  url: '/users/'\r
-  \r
   defaults: {\r
   } \r
   \r
-  author: () ->\r
-  \r
-  artist: () ->\r
-  \r
   initialize: (attr = {}, options = {}) ->\r
     super(attr, options)\r
     _.extend(this, Backbone.Events)\r