OSDN Git Service

rename model name
[pettanr/pettanr.git] / app / assets / javascripts / work / controllers.js.coffee.erb
1 #マニフェスト\r
2 @controllers = {\r
3   folders: {\r
4     actions: {\r
5       root: {\r
6         type: 'show',\r
7       },\r
8       index: {\r
9         type: 'list',\r
10         args: {\r
11           param_id: 'none',\r
12         },\r
13       },\r
14       show: {\r
15         type: 'show',\r
16       },\r
17       watch: {\r
18         type: 'show',\r
19       },\r
20       count: {\r
21         type: 'count',\r
22         args: {\r
23           action_name: 'index',\r
24         },\r
25       },\r
26       new: {\r
27         type: 'new',\r
28       },\r
29       edit: {\r
30         type: 'edit',\r
31       },\r
32       destroy: {\r
33         type: 'destroy',\r
34       },\r
35     },\r
36   },\r
37   scrolls: {\r
38     actions: {\r
39       index: {\r
40         type: 'list',\r
41         args: {\r
42           param_id: 'none',\r
43         },\r
44       },\r
45       by_author: {\r
46         type: 'list',\r
47         args: {\r
48           param_id: 'suffix',\r
49         },\r
50       },\r
51       by_panel: {\r
52         type: 'list',\r
53         args: {\r
54           param_id: 'suffix',\r
55         },\r
56       },\r
57       play: {\r
58         type: 'list',\r
59         args: {\r
60           alias: 'scroll_panels.by_scroll',\r
61           order: 't',\r
62           direction: 1\r
63         },\r
64       },\r
65       show: {\r
66         type: 'show',\r
67       },\r
68       count: {\r
69         type: 'count',\r
70         args: {\r
71           action_name: 'index',\r
72         },\r
73       },\r
74       count_by_author: {\r
75         type: 'count',\r
76       },\r
77       count_by_panel: {\r
78         type: 'count',\r
79       },\r
80       new: {\r
81         type: 'new',\r
82       },\r
83       edit: {\r
84         type: 'edit',\r
85       },\r
86       create: {\r
87         type: 'create',\r
88       },\r
89       update: {\r
90         type: 'update',\r
91       },\r
92       destroy: {\r
93         type: 'destroy',\r
94       },\r
95     },\r
96   },\r
97   scroll_panels: {\r
98     actions: {\r
99       index: {\r
100         type: 'list',\r
101         args: {\r
102           param_id: 'none',\r
103         },\r
104       },\r
105       by_panel: {\r
106         type: 'list',\r
107         args: {\r
108           param_id: 'suffix',\r
109         },\r
110       },\r
111       by_scroll: {\r
112         type: 'list',\r
113         args: {\r
114           param_id: 'suffix',\r
115         },\r
116       },\r
117       by_author: {\r
118         type: 'list',\r
119         args: {\r
120           param_id: 'suffix',\r
121         },\r
122       },\r
123       show: {\r
124         type: 'show',\r
125       },\r
126       count: {\r
127         type: 'count',\r
128         args: {\r
129           action_name: 'index',\r
130         },\r
131       },\r
132       count_by_panel: {\r
133         type: 'count',\r
134       },\r
135       count_by_scroll: {\r
136         type: 'count',\r
137       },\r
138       count_by_author: {\r
139         type: 'count',\r
140       },\r
141       new: {\r
142         type: 'new',\r
143       },\r
144       edit: {\r
145         type: 'edit',\r
146       },\r
147       create: {\r
148         type: 'create',\r
149       },\r
150       update: {\r
151         type: 'update',\r
152       },\r
153       destroy: {\r
154         type: 'destroy',\r
155       },\r
156     },\r
157   },\r
158   comics: {\r
159     actions: {\r
160       index: {\r
161         type: 'list',\r
162         args: {\r
163           param_id: 'none',\r
164         },\r
165       },\r
166       by_story: {\r
167         type: 'list',\r
168         args: {\r
169           param_id: 'suffix',\r
170         },\r
171       },\r
172       by_author: {\r
173         type: 'list',\r
174         args: {\r
175           param_id: 'suffix',\r
176         },\r
177       },\r
178       play: {\r
179         type: 'list',\r
180         args: {\r
181           alias: 'comic_stories.by_comic',\r
182           order: 't',\r
183           direction: 1\r
184         },\r
185       },\r
186       show: {\r
187         type: 'show',\r
188       },\r
189       count: {\r
190         type: 'count',\r
191         args: {\r
192           action_name: 'index',\r
193         },\r
194       },\r
195       count_by_story: {\r
196         type: 'count',\r
197       },\r
198       count_by_author: {\r
199         type: 'count',\r
200       },\r
201       new: {\r
202         type: 'new',\r
203       },\r
204       edit: {\r
205         type: 'edit',\r
206       },\r
207       create: {\r
208         type: 'create',\r
209       },\r
210       update: {\r
211         type: 'update',\r
212       },\r
213       destroy: {\r
214         type: 'destroy',\r
215       },\r
216     },\r
217   },\r
218   comic_stories: {\r
219     actions: {\r
220       index: {\r
221         type: 'list',\r
222         args: {\r
223           param_id: 'none',\r
224         },\r
225       },\r
226       by_comic: {\r
227         type: 'list',\r
228         args: {\r
229           param_id: 'suffix',\r
230         },\r
231       },\r
232       by_story: {\r
233         type: 'list',\r
234         args: {\r
235           param_id: 'suffix',\r
236         },\r
237       },\r
238       by_author: {\r
239         type: 'list',\r
240         args: {\r
241           param_id: 'suffix',\r
242         },\r
243       },\r
244       show: {\r
245         type: 'show',\r
246       },\r
247       count: {\r
248         type: 'count',\r
249         args: {\r
250           action_name: 'index',\r
251         },\r
252       },\r
253       count_by_comic: {\r
254         type: 'count',\r
255       },\r
256       count_by_story: {\r
257         type: 'count',\r
258       },\r
259       count_by_author: {\r
260         type: 'count',\r
261       },\r
262       new: {\r
263         type: 'new',\r
264       },\r
265       edit: {\r
266         type: 'edit',\r
267       },\r
268       create: {\r
269         type: 'create',\r
270       },\r
271       update: {\r
272         type: 'update',\r
273       },\r
274       destroy: {\r
275         type: 'destroy',\r
276       },\r
277     },\r
278   },\r
279   stories: {\r
280     actions: {\r
281       index: {\r
282         type: 'list',\r
283         args: {\r
284           param_id: 'none',\r
285         },\r
286       },\r
287       by_comic: {\r
288         type: 'list',\r
289         args: {\r
290           param_id: 'suffix',\r
291         },\r
292       },\r
293       by_sheet: {\r
294         type: 'list',\r
295         args: {\r
296           param_id: 'suffix',\r
297         },\r
298       },\r
299       by_author: {\r
300         type: 'list',\r
301         args: {\r
302           param_id: 'suffix',\r
303         },\r
304       },\r
305       play: {\r
306         type: 'list',\r
307         args: {\r
308           alias: 'story_sheets.by_story',\r
309           order: 't',\r
310           direction: 1\r
311         },\r
312       },\r
313       show: {\r
314         type: 'show',\r
315       },\r
316       count: {\r
317         type: 'count',\r
318         args: {\r
319           action_name: 'index',\r
320         },\r
321       },\r
322       count_by_comic: {\r
323         type: 'count',\r
324       },\r
325       count_by_sheet: {\r
326         type: 'count',\r
327       },\r
328       count_by_author: {\r
329         type: 'count',\r
330       },\r
331       new: {\r
332         type: 'new',\r
333       },\r
334       edit: {\r
335         type: 'edit',\r
336       },\r
337       create: {\r
338         type: 'create',\r
339       },\r
340       update: {\r
341         type: 'update',\r
342       },\r
343       destroy: {\r
344         type: 'destroy',\r
345       },\r
346     },\r
347   },\r
348   story_sheets: {\r
349     actions: {\r
350       index: {\r
351         type: 'list',\r
352         args: {\r
353           param_id: 'none',\r
354         },\r
355       },\r
356       by_story: {\r
357         type: 'list',\r
358         args: {\r
359           param_id: 'suffix',\r
360         },\r
361       },\r
362       by_sheet: {\r
363         type: 'list',\r
364         args: {\r
365           param_id: 'suffix',\r
366         },\r
367       },\r
368       by_author: {\r
369         type: 'list',\r
370         args: {\r
371           param_id: 'suffix',\r
372         },\r
373       },\r
374       show: {\r
375         type: 'show',\r
376       },\r
377       count: {\r
378         type: 'count',\r
379         args: {\r
380           action_name: 'index',\r
381         },\r
382       },\r
383       count_by_story: {\r
384         type: 'count',\r
385       },\r
386       count_by_sheet: {\r
387         type: 'count',\r
388       },\r
389       count_by_author: {\r
390         type: 'count',\r
391       },\r
392       new: {\r
393         type: 'new',\r
394       },\r
395       edit: {\r
396         type: 'edit',\r
397       },\r
398       create: {\r
399         type: 'create',\r
400       },\r
401       update: {\r
402         type: 'update',\r
403       },\r
404       destroy: {\r
405         type: 'destroy',\r
406       },\r
407     },\r
408   },\r
409   sheets: {\r
410     actions: {\r
411       index: {\r
412         type: 'list',\r
413         args: {\r
414           param_id: 'none',\r
415         },\r
416       },\r
417       by_story: {\r
418         type: 'list',\r
419         args: {\r
420           param_id: 'suffix',\r
421         },\r
422       },\r
423       by_panel: {\r
424         type: 'list',\r
425         args: {\r
426           param_id: 'suffix',\r
427         },\r
428       },\r
429       by_author: {\r
430         type: 'list',\r
431         args: {\r
432           param_id: 'suffix',\r
433         },\r
434       },\r
435       play: {\r
436         type: 'list',\r
437         args: {\r
438           alias: 'sheet_panels.by_sheet',\r
439           order: 't',\r
440           direction: 1\r
441         },\r
442       },\r
443       show: {\r
444         type: 'show',\r
445       },\r
446       count: {\r
447         type: 'count',\r
448         args: {\r
449           action_name: 'index',\r
450         },\r
451       },\r
452       count_by_story: {\r
453         type: 'count',\r
454       },\r
455       count_by_panel: {\r
456         type: 'count',\r
457       },\r
458       count_by_author: {\r
459         type: 'count',\r
460       },\r
461       new: {\r
462         type: 'new',\r
463       },\r
464       edit: {\r
465         type: 'edit',\r
466       },\r
467       create: {\r
468         type: 'create',\r
469       },\r
470       update: {\r
471         type: 'update',\r
472       },\r
473       destroy: {\r
474         type: 'destroy',\r
475       },\r
476     },\r
477   },\r
478   sheet_panels: {\r
479     actions: {\r
480       index: {\r
481         type: 'list',\r
482         args: {\r
483           param_id: 'none',\r
484         },\r
485       },\r
486       by_sheet: {\r
487         type: 'list',\r
488         args: {\r
489           param_id: 'suffix',\r
490         },\r
491       },\r
492       by_panel: {\r
493         type: 'list',\r
494         args: {\r
495           param_id: 'suffix',\r
496         },\r
497       },\r
498       by_author: {\r
499         type: 'list',\r
500         args: {\r
501           param_id: 'suffix',\r
502         },\r
503       },\r
504       show: {\r
505         type: 'show',\r
506       },\r
507       count: {\r
508         type: 'count',\r
509         args: {\r
510           action_name: 'index',\r
511         },\r
512       },\r
513       count_by_sheet: {\r
514         type: 'count',\r
515       },\r
516       count_by_panel: {\r
517         type: 'count',\r
518       },\r
519       count_by_author: {\r
520         type: 'count',\r
521       },\r
522       new: {\r
523         type: 'new',\r
524       },\r
525       edit: {\r
526         type: 'edit',\r
527       },\r
528       create: {\r
529         type: 'create',\r
530       },\r
531       update: {\r
532         type: 'update',\r
533       },\r
534       destroy: {\r
535         type: 'destroy',\r
536       },\r
537     },\r
538   },\r
539   panels: {\r
540     actions: {\r
541       index: {\r
542         type: 'list',\r
543         args: {\r
544           param_id: 'none',\r
545         },\r
546       },\r
547       by_scroll: {\r
548         type: 'list',\r
549         args: {\r
550           param_id: 'suffix',\r
551         },\r
552       },\r
553       by_sheet: {\r
554         type: 'list',\r
555         args: {\r
556           param_id: 'suffix',\r
557         },\r
558       },\r
559       by_author: {\r
560         type: 'list',\r
561         args: {\r
562           param_id: 'suffix',\r
563         },\r
564       },\r
565       by_speech_balloon_template: {\r
566         type: 'list',\r
567         args: {\r
568           param_id: 'suffix',\r
569         },\r
570       },\r
571       show: {\r
572         type: 'show',\r
573       },\r
574       count: {\r
575         type: 'count',\r
576         args: {\r
577           action_name: 'index',\r
578         },\r
579       },\r
580       count_by_scroll: {\r
581         type: 'count',\r
582       },\r
583       count_by_sheet: {\r
584         type: 'count',\r
585       },\r
586       count_by_author: {\r
587         type: 'count',\r
588       },\r
589       count_by_speech_balloon_template: {\r
590         type: 'count',\r
591       },\r
592       new: {\r
593         type: 'new',\r
594       },\r
595       edit: {\r
596         type: 'edit',\r
597       },\r
598       create: {\r
599         type: 'create',\r
600       },\r
601       update: {\r
602         type: 'update',\r
603       },\r
604       destroy: {\r
605         type: 'destroy',\r
606       },\r
607     },\r
608   },\r
609   panel_pictures: {\r
610     actions: {\r
611       index: {\r
612         type: 'list',\r
613         args: {\r
614           param_id: 'none',\r
615         },\r
616       },\r
617       by_panel: {\r
618         type: 'list',\r
619         args: {\r
620           param_id: 'suffix',\r
621         },\r
622       },\r
623       by_author: {\r
624         type: 'list',\r
625         args: {\r
626           param_id: 'suffix',\r
627         },\r
628       },\r
629       show: {\r
630         type: 'show',\r
631       },\r
632       count: {\r
633         type: 'count',\r
634         args: {\r
635           action_name: 'index',\r
636         },\r
637       },\r
638       count_by_panel: {\r
639         type: 'count',\r
640       },\r
641       count_by_author: {\r
642         type: 'count',\r
643       },\r
644       new: {\r
645         type: 'new',\r
646       },\r
647       edit: {\r
648         type: 'edit',\r
649       },\r
650     },\r
651   },\r
652   speech_balloons: {\r
653     actions: {\r
654       index: {\r
655         type: 'list',\r
656         args: {\r
657           param_id: 'none',\r
658         },\r
659       },\r
660       by_panel: {\r
661         type: 'list',\r
662         args: {\r
663           param_id: 'suffix',\r
664         },\r
665       },\r
666       by_author: {\r
667         type: 'list',\r
668         args: {\r
669           param_id: 'suffix',\r
670         },\r
671       },\r
672       by_speech_balloon_template: {\r
673         type: 'list',\r
674         args: {\r
675           param_id: 'suffix',\r
676         },\r
677       },\r
678       show: {\r
679         type: 'show',\r
680       },\r
681       count: {\r
682         type: 'count',\r
683         args: {\r
684           action_name: 'index',\r
685         },\r
686       },\r
687       count_by_panel: {\r
688         type: 'count',\r
689       },\r
690       count_by_author: {\r
691         type: 'count',\r
692       },\r
693       count_by_speech_balloon_template: {\r
694         type: 'count',\r
695       },\r
696       new: {\r
697         type: 'new',\r
698       },\r
699       edit: {\r
700         type: 'edit',\r
701       },\r
702     },\r
703   },\r
704   speeches: {\r
705     actions: {\r
706       index: {\r
707         type: 'list',\r
708         args: {\r
709           param_id: 'none',\r
710         },\r
711       },\r
712       by_author: {\r
713         type: 'list',\r
714         args: {\r
715           param_id: 'suffix',\r
716         },\r
717       },\r
718       by_speech_balloon: {\r
719         type: 'list',\r
720         args: {\r
721           param_id: 'suffix',\r
722         },\r
723       },\r
724       show: {\r
725         type: 'show',\r
726       },\r
727       count: {\r
728         type: 'count',\r
729         args: {\r
730           action_name: 'index',\r
731         },\r
732       },\r
733       count_by_author: {\r
734         type: 'count',\r
735       },\r
736       new: {\r
737         type: 'new',\r
738       },\r
739       edit: {\r
740         type: 'edit',\r
741       },\r
742     },\r
743   },\r
744   balloons: {\r
745     actions: {\r
746       index: {\r
747         type: 'list',\r
748         args: {\r
749           param_id: 'none',\r
750         },\r
751       },\r
752       by_author: {\r
753         type: 'list',\r
754         args: {\r
755           param_id: 'suffix',\r
756         },\r
757       },\r
758       by_speech_balloon: {\r
759         type: 'list',\r
760         args: {\r
761           param_id: 'suffix',\r
762         },\r
763       },\r
764       show: {\r
765         type: 'show',\r
766       },\r
767       count: {\r
768         type: 'count',\r
769         args: {\r
770           action_name: 'index',\r
771         },\r
772       },\r
773       count_by_author: {\r
774         type: 'count',\r
775       },\r
776       new: {\r
777         type: 'new',\r
778       },\r
779       edit: {\r
780         type: 'edit',\r
781       },\r
782     },\r
783   },\r
784   ground_pictures: {\r
785     actions: {\r
786       index: {\r
787         type: 'list',\r
788         args: {\r
789           param_id: 'none',\r
790         },\r
791       },\r
792       by_panel: {\r
793         type: 'list',\r
794         args: {\r
795           param_id: 'suffix',\r
796         },\r
797       },\r
798       by_author: {\r
799         type: 'list',\r
800         args: {\r
801           param_id: 'suffix',\r
802         },\r
803       },\r
804       show: {\r
805         type: 'show',\r
806       },\r
807       count: {\r
808         type: 'count',\r
809         args: {\r
810           action_name: 'index',\r
811         },\r
812       },\r
813       count_by_panel: {\r
814         type: 'count',\r
815       },\r
816       count_by_author: {\r
817         type: 'count',\r
818       },\r
819       new: {\r
820         type: 'new',\r
821       },\r
822       edit: {\r
823         type: 'edit',\r
824       },\r
825     },\r
826   },\r
827   ground_colors: {\r
828     actions: {\r
829       index: {\r
830         type: 'list',\r
831         args: {\r
832           param_id: 'none',\r
833         },\r
834       },\r
835       by_panel: {\r
836         type: 'list',\r
837         args: {\r
838           param_id: 'suffix',\r
839         },\r
840       },\r
841       by_author: {\r
842         type: 'list',\r
843         args: {\r
844           param_id: 'suffix',\r
845         },\r
846       },\r
847       show: {\r
848         type: 'show',\r
849       },\r
850       count: {\r
851         type: 'count',\r
852         args: {\r
853           action_name: 'index',\r
854         },\r
855       },\r
856       count_by_panel: {\r
857         type: 'count',\r
858       },\r
859       count_by_author: {\r
860         type: 'count',\r
861       },\r
862       new: {\r
863         type: 'new',\r
864       },\r
865       edit: {\r
866         type: 'edit',\r
867       },\r
868     },\r
869   },\r
870   original_pictures: {\r
871     actions: {\r
872       index: {\r
873         type: 'list',\r
874         args: {\r
875           param_id: 'none',\r
876         },\r
877       },\r
878       show: {\r
879         type: 'show',\r
880       },\r
881       history: {\r
882         type: 'show',\r
883       },\r
884       count: {\r
885         type: 'count',\r
886         args: {\r
887           action_name: 'index',\r
888         },\r
889       },\r
890       new: {\r
891         type: 'new',\r
892       },\r
893       edit: {\r
894         type: 'edit',\r
895       },\r
896       create: {\r
897         type: 'create',\r
898       },\r
899       update: {\r
900         type: 'update',\r
901       },\r
902       destroy: {\r
903         type: 'destroy',\r
904       },\r
905     },\r
906   },\r
907   pictures: {\r
908     actions: {\r
909       index: {\r
910         type: 'list',\r
911         args: {\r
912           param_id: 'none',\r
913         },\r
914       },\r
915       by_artist: {\r
916         type: 'list',\r
917         args: {\r
918           param_id: 'suffix',\r
919         },\r
920       },\r
921       show: {\r
922         type: 'show',\r
923       },\r
924       count: {\r
925         type: 'count',\r
926         args: {\r
927           action_name: 'index',\r
928         },\r
929       },\r
930       count_by_artist: {\r
931         type: 'count',\r
932       },\r
933     },\r
934   },\r
935   resource_pictures: {\r
936     actions: {\r
937       index: {\r
938         type: 'list',\r
939         args: {\r
940           param_id: 'none',\r
941         },\r
942       },\r
943       by_license_group: {\r
944         type: 'list',\r
945         args: {\r
946           param_id: 'suffix',\r
947         },\r
948       },\r
949       by_license: {\r
950         type: 'list',\r
951         args: {\r
952           param_id: 'suffix',\r
953         },\r
954       },\r
955       by_artist: {\r
956         type: 'list',\r
957         args: {\r
958           param_id: 'suffix',\r
959         },\r
960       },\r
961       show: {\r
962         type: 'show',\r
963       },\r
964       count: {\r
965         type: 'count',\r
966         args: {\r
967           action_name: 'index',\r
968         },\r
969       },\r
970       count_by_license_group: {\r
971         type: 'count',\r
972       },\r
973       count_by_license: {\r
974         type: 'count',\r
975       },\r
976       count_by_artist: {\r
977         type: 'count',\r
978       },\r
979     },\r
980   },\r
981   speech_balloon_templates: {\r
982     actions: {\r
983       index: {\r
984         type: 'list',\r
985         args: {\r
986           param_id: 'none',\r
987         },\r
988       },\r
989       by_panel: {\r
990         type: 'list',\r
991         args: {\r
992           param_id: 'suffix',\r
993         },\r
994       },\r
995       by_system_picture: {\r
996         type: 'list',\r
997         args: {\r
998           param_id: 'suffix',\r
999         },\r
1000       },\r
1001       show: {\r
1002         type: 'show',\r
1003       },\r
1004       count: {\r
1005         type: 'count',\r
1006         args: {\r
1007           action_name: 'index',\r
1008         },\r
1009       },\r
1010       count_by_panel: {\r
1011         type: 'count',\r
1012       },\r
1013       new: {\r
1014         type: 'new',\r
1015       },\r
1016       edit: {\r
1017         type: 'edit',\r
1018       },\r
1019       create: {\r
1020         type: 'create',\r
1021       },\r
1022       update: {\r
1023         type: 'update',\r
1024       },\r
1025       destroy: {\r
1026         type: 'destroy',\r
1027       },\r
1028     },\r
1029   },\r
1030   writing_formats: {\r
1031     actions: {\r
1032       index: {\r
1033         type: 'list',\r
1034         args: {\r
1035           param_id: 'none',\r
1036         },\r
1037       },\r
1038       by_system_picture: {\r
1039         type: 'list',\r
1040         args: {\r
1041           param_id: 'suffix',\r
1042         },\r
1043       },\r
1044       show: {\r
1045         type: 'show',\r
1046       },\r
1047       count: {\r
1048         type: 'count',\r
1049         args: {\r
1050           action_name: 'index',\r
1051         },\r
1052       },\r
1053       count_by_system_picture: {\r
1054         type: 'count',\r
1055       },\r
1056       new: {\r
1057         type: 'new',\r
1058       },\r
1059       edit: {\r
1060         type: 'edit',\r
1061       },\r
1062       create: {\r
1063         type: 'create',\r
1064       },\r
1065       update: {\r
1066         type: 'update',\r
1067       },\r
1068       destroy: {\r
1069         type: 'destroy',\r
1070       },\r
1071     },\r
1072   },\r
1073   license_groups: {\r
1074     actions: {\r
1075       index: {\r
1076         type: 'list',\r
1077         args: {\r
1078           param_id: 'none',\r
1079         },\r
1080       },\r
1081       show: {\r
1082         type: 'show',\r
1083       },\r
1084       count: {\r
1085         type: 'count',\r
1086         args: {\r
1087           action_name: 'index',\r
1088         },\r
1089       },\r
1090       new: {\r
1091         type: 'new',\r
1092       },\r
1093       edit: {\r
1094         type: 'edit',\r
1095       },\r
1096       create: {\r
1097         type: 'create',\r
1098       },\r
1099       update: {\r
1100         type: 'update',\r
1101       },\r
1102       destroy: {\r
1103         type: 'destroy',\r
1104       },\r
1105     },\r
1106   },\r
1107   licenses: {\r
1108     actions: {\r
1109       index: {\r
1110         type: 'list',\r
1111         args: {\r
1112           param_id: 'none',\r
1113         },\r
1114       },\r
1115       by_license_group: {\r
1116         type: 'list',\r
1117         args: {\r
1118           param_id: 'suffix',\r
1119         },\r
1120       },\r
1121       by_system_picture: {\r
1122         type: 'list',\r
1123         args: {\r
1124           param_id: 'suffix',\r
1125         },\r
1126       },\r
1127       show: {\r
1128         type: 'show',\r
1129       },\r
1130       count: {\r
1131         type: 'count',\r
1132         args: {\r
1133           action_name: 'index',\r
1134         },\r
1135       },\r
1136       count_by_license_group: {\r
1137         type: 'count',\r
1138       },\r
1139       count_by_system_picture: {\r
1140         type: 'count',\r
1141       },\r
1142       new: {\r
1143         type: 'new',\r
1144       },\r
1145       edit: {\r
1146         type: 'edit',\r
1147       },\r
1148       create: {\r
1149         type: 'create',\r
1150       },\r
1151       update: {\r
1152         type: 'update',\r
1153       },\r
1154       destroy: {\r
1155         type: 'destroy',\r
1156       },\r
1157     },\r
1158   },\r
1159   authors: {\r
1160     actions: {\r
1161       index: {\r
1162         type: 'list',\r
1163         args: {\r
1164           param_id: 'none',\r
1165         },\r
1166       },\r
1167       show: {\r
1168         type: 'show',\r
1169       },\r
1170       count: {\r
1171         type: 'count',\r
1172         args: {\r
1173           action_name: 'index',\r
1174         },\r
1175       },\r
1176       new: {\r
1177         type: 'new',\r
1178       },\r
1179       edit: {\r
1180         type: 'edit',\r
1181       },\r
1182       create: {\r
1183         type: 'create',\r
1184       },\r
1185       update: {\r
1186         type: 'update',\r
1187       },\r
1188       destroy: {\r
1189         type: 'destroy',\r
1190       },\r
1191     },\r
1192   },\r
1193   artists: {\r
1194     actions: {\r
1195       index: {\r
1196         type: 'list',\r
1197         args: {\r
1198           param_id: 'none',\r
1199         },\r
1200       },\r
1201       show: {\r
1202         type: 'show',\r
1203       },\r
1204       count: {\r
1205         type: 'count',\r
1206         args: {\r
1207           action_name: 'index',\r
1208         },\r
1209       },\r
1210       new: {\r
1211         type: 'new',\r
1212       },\r
1213       edit: {\r
1214         type: 'edit',\r
1215       },\r
1216       create: {\r
1217         type: 'create',\r
1218       },\r
1219       update: {\r
1220         type: 'update',\r
1221       },\r
1222       destroy: {\r
1223         type: 'destroy',\r
1224       },\r
1225     },\r
1226   },\r
1227   system_pictures: {\r
1228     actions: {\r
1229       index: {\r
1230         type: 'list',\r
1231         args: {\r
1232           param_id: 'none',\r
1233         },\r
1234       },\r
1235       show: {\r
1236         type: 'show',\r
1237       },\r
1238       count: {\r
1239         type: 'count',\r
1240         args: {\r
1241           action_name: 'index',\r
1242         },\r
1243       },\r
1244     },\r
1245   },\r
1246   home: {\r
1247     actions: {\r
1248       scrolls: {\r
1249         type: 'list',\r
1250         args: {\r
1251           item_name: 'scroll',\r
1252           param_id: 'none',\r
1253           counter_name: 'scrolls_count',\r
1254         },\r
1255       },\r
1256       scroll_panels: {\r
1257         type: 'list',\r
1258         args: {\r
1259           item_name: 'scroll_panel',\r
1260           param_id: 'none',\r
1261           counter_name: 'scroll_panels_count',\r
1262         },\r
1263       },\r
1264       comics: {\r
1265         type: 'list',\r
1266         args: {\r
1267           item_name: 'comic',\r
1268           param_id: 'none',\r
1269           counter_name: 'comics_count',\r
1270         },\r
1271       },\r
1272       comic_stories: {\r
1273         type: 'list',\r
1274         args: {\r
1275           item_name: 'comic_story',\r
1276           param_id: 'none',\r
1277           counter_name: 'comic_stories_count',\r
1278         },\r
1279       },\r
1280       stories: {\r
1281         type: 'list',\r
1282         args: {\r
1283           item_name: 'story',\r
1284           param_id: 'none',\r
1285           counter_name: 'stories_count',\r
1286         },\r
1287       },\r
1288       story_sheets: {\r
1289         type: 'list',\r
1290         args: {\r
1291           item_name: 'story_sheet',\r
1292           param_id: 'none',\r
1293           counter_name: 'story_sheets_count',\r
1294         },\r
1295       },\r
1296       sheets: {\r
1297         type: 'list',\r
1298         args: {\r
1299           item_name: 'sheet',\r
1300           param_id: 'none',\r
1301           counter_name: 'sheets_count',\r
1302         },\r
1303       },\r
1304       sheet_panels: {\r
1305         type: 'list',\r
1306         args: {\r
1307           item_name: 'sheet_panel',\r
1308           param_id: 'none',\r
1309           counter_name: 'sheet_panels_count',\r
1310         },\r
1311       },\r
1312       panels: {\r
1313         type: 'list',\r
1314         args: {\r
1315           item_name: 'panel',\r
1316           param_id: 'none',\r
1317           counter_name: 'panels_count',\r
1318         },\r
1319       },\r
1320       panel_pictures: {\r
1321         type: 'list',\r
1322         args: {\r
1323           item_name: 'panel_picture',\r
1324           param_id: 'none',\r
1325           counter_name: 'panel_pictures_count',\r
1326         },\r
1327       },\r
1328       speech_balloons: {\r
1329         type: 'list',\r
1330         args: {\r
1331           item_name: 'speech_balloon',\r
1332           param_id: 'none',\r
1333           counter_name: 'speech_balloons_count',\r
1334         },\r
1335       },\r
1336       speeches: {\r
1337         type: 'list',\r
1338         args: {\r
1339           item_name: 'speech',\r
1340           param_id: 'none',\r
1341           counter_name: 'speeches_count',\r
1342         },\r
1343       },\r
1344       balloons: {\r
1345         type: 'list',\r
1346         args: {\r
1347           item_name: 'balloon',\r
1348           param_id: 'none',\r
1349           counter_name: 'balloons_count',\r
1350         },\r
1351       },\r
1352       ground_pictures: {\r
1353         type: 'list',\r
1354         args: {\r
1355           item_name: 'ground_picture',\r
1356           param_id: 'none',\r
1357           counter_name: 'ground_pictures_count',\r
1358         },\r
1359       },\r
1360       ground_colors: {\r
1361         type: 'list',\r
1362         args: {\r
1363           item_name: 'ground_color',\r
1364           param_id: 'none',\r
1365           counter_name: 'ground_colors_count',\r
1366         },\r
1367       },\r
1368       original_pictures: {\r
1369         type: 'list',\r
1370         args: {\r
1371           item_name: 'original_picture',\r
1372           param_id: 'none',\r
1373           counter_name: 'count',\r
1374         },\r
1375       },\r
1376       resource_pictures: {\r
1377         type: 'list',\r
1378         args: {\r
1379           item_name: 'resource_picture',\r
1380           param_id: 'none',\r
1381           counter_name: 'resource_pictures_count',\r
1382         },\r
1383       },\r
1384       scrolls_count: {\r
1385         type: 'count',\r
1386         args: {\r
1387           item_name: 'scroll',\r
1388           param_id: 'none',\r
1389         },\r
1390       },\r
1391       scroll_panels_count: {\r
1392         type: 'count',\r
1393         args: {\r
1394           item_name: 'scroll_panel',\r
1395           param_id: 'none',\r
1396         },\r
1397       },\r
1398       comics_count: {\r
1399         type: 'count',\r
1400         args: {\r
1401           item_name: 'comic',\r
1402           param_id: 'none',\r
1403         },\r
1404       },\r
1405       comic_stories_count: {\r
1406         type: 'count',\r
1407         args: {\r
1408           item_name: 'comic_story',\r
1409           param_id: 'none',\r
1410         },\r
1411       },\r
1412       stories_count: {\r
1413         type: 'count',\r
1414         args: {\r
1415           item_name: 'story',\r
1416           list_name: 'private',\r
1417           param_id: 'none',\r
1418         },\r
1419       },\r
1420       story_sheets_count: {\r
1421         type: 'count',\r
1422         args: {\r
1423           item_name: 'story_sheet',\r
1424           list_name: 'private',\r
1425           param_id: 'none',\r
1426         },\r
1427       },\r
1428       sheets_count: {\r
1429         type: 'count',\r
1430         args: {\r
1431           item_name: 'sheet',\r
1432           list_name: 'private',\r
1433           param_id: 'none',\r
1434         },\r
1435       },\r
1436       sheet_panels_count: {\r
1437         type: 'count',\r
1438         args: {\r
1439           item_name: 'sheet_panel',\r
1440           list_name: 'private',\r
1441           param_id: 'none',\r
1442         },\r
1443       },\r
1444       panels_count: {\r
1445         type: 'count',\r
1446         args: {\r
1447           item_name: 'panel',\r
1448           list_name: 'private',\r
1449           param_id: 'none',\r
1450         },\r
1451       },\r
1452       panel_pictures_count: {\r
1453         type: 'count',\r
1454         args: {\r
1455           item_name: 'panel_picture',\r
1456           list_name: 'private',\r
1457           param_id: 'none',\r
1458         },\r
1459       },\r
1460       speech_balloons_count: {\r
1461         type: 'count',\r
1462         args: {\r
1463           item_name: 'speech_balloon',\r
1464           list_name: 'private',\r
1465           param_id: 'none',\r
1466         },\r
1467       },\r
1468       speeches_count: {\r
1469         type: 'count',\r
1470         args: {\r
1471           item_name: 'speech',\r
1472           list_name: 'private',\r
1473           param_id: 'none',\r
1474         },\r
1475       },\r
1476       balloons_count: {\r
1477         type: 'count',\r
1478         args: {\r
1479           item_name: 'balloon',\r
1480           list_name: 'private',\r
1481           param_id: 'none',\r
1482         },\r
1483       },\r
1484       ground_pictures_count: {\r
1485         type: 'count',\r
1486         args: {\r
1487           item_name: 'ground_picture',\r
1488           list_name: 'private',\r
1489           param_id: 'none',\r
1490         },\r
1491       },\r
1492       ground_colors_count: {\r
1493         type: 'count',\r
1494         args: {\r
1495           item_name: 'ground_color',\r
1496           list_name: 'private',\r
1497           param_id: 'none',\r
1498         },\r
1499       },\r
1500       original_pictures_count: {\r
1501         type: 'count',\r
1502         args: {\r
1503           item_name: 'original_picture',\r
1504           list_name: 'private',\r
1505           param_id: 'none',\r
1506         },\r
1507       },\r
1508       resource_pictures_count: {\r
1509         type: 'count',\r
1510         args: {\r
1511           item_name: 'resource_picture',\r
1512           list_name: 'private',\r
1513           param_id: 'none',\r
1514         },\r
1515       },\r
1516     },\r
1517   },\r
1518 }\r