OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / assets / javascripts / controllers / picture.js.coffee
1 class Pettanr.PicturesController extends Pettanr.AppController\r
2   @single: () ->\r
3     'Picture'\r
4   \r
5   @plural: () ->\r
6     'Pictures'\r
7   \r
8   defaults: {\r
9     id: 11\r
10   } \r
11   \r
12   initialize: () ->\r
13     confirm("Welcome to Panel")\r
14 \r