OSDN Git Service

fix profiler
[pettanr/pettanr.git] / app / assets / javascripts / controllers / pictures.js.coffee
index 71c9860..3e74e33 100644 (file)
@@ -3,3 +3,16 @@ class Pettanr.PicturesController extends Pettanr.AppController
   index: () ->\r
     @filer_list()\r
   \r
+  by_artist: () ->\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