OSDN Git Service

fix profiler
[pettanr/pettanr.git] / app / assets / javascripts / controllers / original_pictures.js.coffee
index f5140c0..cd54823 100644 (file)
@@ -3,3 +3,28 @@ class Pettanr.OriginalPicturesController extends Pettanr.AppController
   index: () ->\r
     @filer_list()\r
   \r
+  history: () ->\r
+    @filer_list()\r
+  \r
+  show_html: () -> \r
+  \r
+  show: () ->\r
+    @set_show()\r
+    switch @params['format']\r
+      when 'prof'\r
+        @show_prof()\r
+      when 'html'\r
+        @show_html()\r
+  \r
+  count: () ->\r
+  \r
+  new: () ->\r
+  \r
+  edit: () ->\r
+  \r
+  create: () ->\r
+  \r
+  update: () ->\r
+  \r
+  destroy: () ->\r
+    \r