OSDN Git Service

add js controllers
[pettanr/pettanr.git] / app / assets / javascripts / controllers / artist.js.coffee
1 class Pettanr.ArtistsController extends Pettanr.AppController\r
2   \r
3   index: () ->\r
4     filer_list\r
5   \r
6   show_html_format: (format) -> \r
7   \r
8   show: () ->\r
9   \r
10   count: () ->\r
11   \r
12   new: () ->\r
13   \r
14   edit: () ->\r
15   \r
16   create: () ->\r
17   \r
18   update: () ->\r
19   \r
20   destroy: () ->\r
21     \r