OSDN Git Service

fix profiler
[pettanr/pettanr.git] / app / assets / javascripts / controllers / license_groups.js.coffee
1 class Pettanr.LicenseGroupsController 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   new: () ->\r
19   \r
20   edit: () ->\r
21   \r
22   create: () ->\r
23   \r
24   update: () ->\r
25   \r
26   destroy: () ->\r
27     \r