OSDN Git Service

color helper
[pettanr/pettanr.git] / app / assets / javascripts / controllers / system_pictures.js.coffee
1 class Pettanr.SystemPicturesController extends Pettanr.AppController\r
2   \r
3   index: () ->\r
4     @filer_list()\r
5   \r
6   show_html: () -> \r
7   \r
8   show: () ->\r
9     @set_show()\r
10     switch @params['format']\r
11       when 'prof'\r
12         @show_prof()\r
13       when 'html'\r
14         @show_html()\r
15   \r
16   count: () ->\r
17   \r
18   create: () ->\r
19   \r
20   update: () ->\r
21   \r
22   destroy: () ->\r
23     \r