OSDN Git Service

fix:err dialog
[pettanr/pettanr.git] / app / assets / javascripts / controllers.js.coffee
index 75c9d1b..2f16137 100644 (file)
@@ -22,7 +22,11 @@ class Pettanr.AppController
   \r
   set_show: (render_func) ->\r
     @set_model()\r
-    @my_model_class.retrieve(@params['id'], this, {success: render_func})\r
+    @my_model_class.retrieve(@params['id'], this, {\r
+      success: render_func\r
+      fail: (response, options) =>\r
+        @trigger('fail', response, options)\r
+    })\r
   \r
   filer_list: () ->\r
     @set_list()\r