OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / assets / javascripts / controllers / speech.js.coffee
1 class Pettanr.SpeechesController extends Pettanr.AppController\r
2   @single: () ->\r
3     'Speech'\r
4   \r
5   @plural: () ->\r
6     'Speeches'\r
7   \r
8   @colum_structures: ->\r
9     {}\r
10   \r
11   defaults: {\r
12     x: 11\r
13   } \r
14   \r
15   initialize: () ->\r
16     confirm("Welcome to this world")\r
17   \r
18 \r