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       by_speech_balloon_template: {\r
725         type: 'list',\r
726         args: {\r
727           param_id: 'suffix',\r
728         },\r
729       },\r
730       by_writing_format: {\r
731         type: 'list',\r
732         args: {\r
733           param_id: 'suffix',\r
734         },\r
735       },\r
736       show: {\r
737         type: 'show',\r
738       },\r
739       count: {\r
740         type: 'count',\r
741         args: {\r
742           action_name: 'index',\r
743         },\r
744       },\r
745       count_by_author: {\r
746         type: 'count',\r
747       },\r
748       count_by_speech_balloon: {\r
749         type: 'count',\r
750       },\r
751       count_by_speech_balloon_template: {\r
752         type: 'count',\r
753       },\r
754       count_by_writing_format: {\r
755         type: 'count',\r
756       },\r
757       new: {\r
758         type: 'new',\r
759       },\r
760       edit: {\r
761         type: 'edit',\r
762       },\r
763     },\r
764   },\r
765   balloons: {\r
766     actions: {\r
767       index: {\r
768         type: 'list',\r
769         args: {\r
770           param_id: 'none',\r
771         },\r
772       },\r
773       by_author: {\r
774         type: 'list',\r
775         args: {\r
776           param_id: 'suffix',\r
777         },\r
778       },\r
779       by_speech_balloon: {\r
780         type: 'list',\r
781         args: {\r
782           param_id: 'suffix',\r
783         },\r
784       },\r
785       by_speech_balloon_template: {\r
786         type: 'list',\r
787         args: {\r
788           param_id: 'suffix',\r
789         },\r
790       },\r
791       by_system_picture: {\r
792         type: 'list',\r
793         args: {\r
794           param_id: 'suffix',\r
795         },\r
796       },\r
797       show: {\r
798         type: 'show',\r
799       },\r
800       count: {\r
801         type: 'count',\r
802         args: {\r
803           action_name: 'index',\r
804         },\r
805       },\r
806       count_by_author: {\r
807         type: 'count',\r
808       },\r
809       count_by_speech_balloon: {\r
810         type: 'count',\r
811       },\r
812       count_by_speech_balloon_template: {\r
813         type: 'count',\r
814       },\r
815       count_by_system_picture: {\r
816         type: 'count',\r
817       },\r
818       new: {\r
819         type: 'new',\r
820       },\r
821       edit: {\r
822         type: 'edit',\r
823       },\r
824     },\r
825   },\r
826   ground_pictures: {\r
827     actions: {\r
828       index: {\r
829         type: 'list',\r
830         args: {\r
831           param_id: 'none',\r
832         },\r
833       },\r
834       by_panel: {\r
835         type: 'list',\r
836         args: {\r
837           param_id: 'suffix',\r
838         },\r
839       },\r
840       by_author: {\r
841         type: 'list',\r
842         args: {\r
843           param_id: 'suffix',\r
844         },\r
845       },\r
846       show: {\r
847         type: 'show',\r
848       },\r
849       count: {\r
850         type: 'count',\r
851         args: {\r
852           action_name: 'index',\r
853         },\r
854       },\r
855       count_by_panel: {\r
856         type: 'count',\r
857       },\r
858       count_by_author: {\r
859         type: 'count',\r
860       },\r
861       new: {\r
862         type: 'new',\r
863       },\r
864       edit: {\r
865         type: 'edit',\r
866       },\r
867     },\r
868   },\r
869   ground_colors: {\r
870     actions: {\r
871       index: {\r
872         type: 'list',\r
873         args: {\r
874           param_id: 'none',\r
875         },\r
876       },\r
877       by_panel: {\r
878         type: 'list',\r
879         args: {\r
880           param_id: 'suffix',\r
881         },\r
882       },\r
883       by_author: {\r
884         type: 'list',\r
885         args: {\r
886           param_id: 'suffix',\r
887         },\r
888       },\r
889       show: {\r
890         type: 'show',\r
891       },\r
892       count: {\r
893         type: 'count',\r
894         args: {\r
895           action_name: 'index',\r
896         },\r
897       },\r
898       count_by_panel: {\r
899         type: 'count',\r
900       },\r
901       count_by_author: {\r
902         type: 'count',\r
903       },\r
904       new: {\r
905         type: 'new',\r
906       },\r
907       edit: {\r
908         type: 'edit',\r
909       },\r
910     },\r
911   },\r
912   original_pictures: {\r
913     actions: {\r
914       index: {\r
915         type: 'list',\r
916         args: {\r
917           param_id: 'none',\r
918         },\r
919       },\r
920       show: {\r
921         type: 'show',\r
922       },\r
923       history: {\r
924         type: 'show',\r
925       },\r
926       count: {\r
927         type: 'count',\r
928         args: {\r
929           action_name: 'index',\r
930         },\r
931       },\r
932       new: {\r
933         type: 'new',\r
934       },\r
935       edit: {\r
936         type: 'edit',\r
937       },\r
938       create: {\r
939         type: 'create',\r
940       },\r
941       update: {\r
942         type: 'update',\r
943       },\r
944       destroy: {\r
945         type: 'destroy',\r
946       },\r
947     },\r
948   },\r
949   pictures: {\r
950     actions: {\r
951       index: {\r
952         type: 'list',\r
953         args: {\r
954           param_id: 'none',\r
955         },\r
956       },\r
957       by_artist: {\r
958         type: 'list',\r
959         args: {\r
960           param_id: 'suffix',\r
961         },\r
962       },\r
963       show: {\r
964         type: 'show',\r
965       },\r
966       count: {\r
967         type: 'count',\r
968         args: {\r
969           action_name: 'index',\r
970         },\r
971       },\r
972       count_by_artist: {\r
973         type: 'count',\r
974       },\r
975     },\r
976   },\r
977   resource_pictures: {\r
978     actions: {\r
979       index: {\r
980         type: 'list',\r
981         args: {\r
982           param_id: 'none',\r
983         },\r
984       },\r
985       by_original_picture: {\r
986         type: 'list',\r
987         args: {\r
988           param_id: 'suffix',\r
989         },\r
990       },\r
991       by_license_group: {\r
992         type: 'list',\r
993         args: {\r
994           param_id: 'suffix',\r
995         },\r
996       },\r
997       by_license: {\r
998         type: 'list',\r
999         args: {\r
1000           param_id: 'suffix',\r
1001         },\r
1002       },\r
1003       by_artist: {\r
1004         type: 'list',\r
1005         args: {\r
1006           param_id: 'suffix',\r
1007         },\r
1008       },\r
1009       show: {\r
1010         type: 'show',\r
1011       },\r
1012       count: {\r
1013         type: 'count',\r
1014         args: {\r
1015           action_name: 'index',\r
1016         },\r
1017       },\r
1018       count_by_original_picture: {\r
1019         type: 'count',\r
1020       },\r
1021       count_by_license_group: {\r
1022         type: 'count',\r
1023       },\r
1024       count_by_license: {\r
1025         type: 'count',\r
1026       },\r
1027       count_by_artist: {\r
1028         type: 'count',\r
1029       },\r
1030     },\r
1031   },\r
1032   speech_balloon_templates: {\r
1033     actions: {\r
1034       index: {\r
1035         type: 'list',\r
1036         args: {\r
1037           param_id: 'none',\r
1038         },\r
1039       },\r
1040       by_panel: {\r
1041         type: 'list',\r
1042         args: {\r
1043           param_id: 'suffix',\r
1044         },\r
1045       },\r
1046       by_system_picture: {\r
1047         type: 'list',\r
1048         args: {\r
1049           param_id: 'suffix',\r
1050         },\r
1051       },\r
1052       show: {\r
1053         type: 'show',\r
1054       },\r
1055       count: {\r
1056         type: 'count',\r
1057         args: {\r
1058           action_name: 'index',\r
1059         },\r
1060       },\r
1061       count_by_panel: {\r
1062         type: 'count',\r
1063       },\r
1064       new: {\r
1065         type: 'new',\r
1066       },\r
1067       edit: {\r
1068         type: 'edit',\r
1069       },\r
1070       create: {\r
1071         type: 'create',\r
1072       },\r
1073       update: {\r
1074         type: 'update',\r
1075       },\r
1076       destroy: {\r
1077         type: 'destroy',\r
1078       },\r
1079     },\r
1080   },\r
1081   writing_formats: {\r
1082     actions: {\r
1083       index: {\r
1084         type: 'list',\r
1085         args: {\r
1086           param_id: 'none',\r
1087         },\r
1088       },\r
1089       by_system_picture: {\r
1090         type: 'list',\r
1091         args: {\r
1092           param_id: 'suffix',\r
1093         },\r
1094       },\r
1095       show: {\r
1096         type: 'show',\r
1097       },\r
1098       count: {\r
1099         type: 'count',\r
1100         args: {\r
1101           action_name: 'index',\r
1102         },\r
1103       },\r
1104       count_by_system_picture: {\r
1105         type: 'count',\r
1106       },\r
1107       new: {\r
1108         type: 'new',\r
1109       },\r
1110       edit: {\r
1111         type: 'edit',\r
1112       },\r
1113       create: {\r
1114         type: 'create',\r
1115       },\r
1116       update: {\r
1117         type: 'update',\r
1118       },\r
1119       destroy: {\r
1120         type: 'destroy',\r
1121       },\r
1122     },\r
1123   },\r
1124   license_groups: {\r
1125     actions: {\r
1126       index: {\r
1127         type: 'list',\r
1128         args: {\r
1129           param_id: 'none',\r
1130         },\r
1131       },\r
1132       by_resource_picture: {\r
1133         type: 'list',\r
1134         args: {\r
1135           param_id: 'suffix',\r
1136         },\r
1137       },\r
1138       show: {\r
1139         type: 'show',\r
1140       },\r
1141       count: {\r
1142         type: 'count',\r
1143         args: {\r
1144           action_name: 'index',\r
1145         },\r
1146       },\r
1147       count_by_resource_picture: {\r
1148         type: 'count',\r
1149       },\r
1150       new: {\r
1151         type: 'new',\r
1152       },\r
1153       edit: {\r
1154         type: 'edit',\r
1155       },\r
1156       create: {\r
1157         type: 'create',\r
1158       },\r
1159       update: {\r
1160         type: 'update',\r
1161       },\r
1162       destroy: {\r
1163         type: 'destroy',\r
1164       },\r
1165     },\r
1166   },\r
1167   licenses: {\r
1168     actions: {\r
1169       index: {\r
1170         type: 'list',\r
1171         args: {\r
1172           param_id: 'none',\r
1173         },\r
1174       },\r
1175       by_license_group: {\r
1176         type: 'list',\r
1177         args: {\r
1178           param_id: 'suffix',\r
1179         },\r
1180       },\r
1181       by_system_picture: {\r
1182         type: 'list',\r
1183         args: {\r
1184           param_id: 'suffix',\r
1185         },\r
1186       },\r
1187       show: {\r
1188         type: 'show',\r
1189       },\r
1190       count: {\r
1191         type: 'count',\r
1192         args: {\r
1193           action_name: 'index',\r
1194         },\r
1195       },\r
1196       count_by_license_group: {\r
1197         type: 'count',\r
1198       },\r
1199       count_by_system_picture: {\r
1200         type: 'count',\r
1201       },\r
1202       new: {\r
1203         type: 'new',\r
1204       },\r
1205       edit: {\r
1206         type: 'edit',\r
1207       },\r
1208       create: {\r
1209         type: 'create',\r
1210       },\r
1211       update: {\r
1212         type: 'update',\r
1213       },\r
1214       destroy: {\r
1215         type: 'destroy',\r
1216       },\r
1217     },\r
1218   },\r
1219   authors: {\r
1220     actions: {\r
1221       index: {\r
1222         type: 'list',\r
1223         args: {\r
1224           param_id: 'none',\r
1225         },\r
1226       },\r
1227       show: {\r
1228         type: 'show',\r
1229       },\r
1230       count: {\r
1231         type: 'count',\r
1232         args: {\r
1233           action_name: 'index',\r
1234         },\r
1235       },\r
1236       new: {\r
1237         type: 'new',\r
1238       },\r
1239       edit: {\r
1240         type: 'edit',\r
1241       },\r
1242       create: {\r
1243         type: 'create',\r
1244       },\r
1245       update: {\r
1246         type: 'update',\r
1247       },\r
1248       destroy: {\r
1249         type: 'destroy',\r
1250       },\r
1251     },\r
1252   },\r
1253   artists: {\r
1254     actions: {\r
1255       index: {\r
1256         type: 'list',\r
1257         args: {\r
1258           param_id: 'none',\r
1259         },\r
1260       },\r
1261       show: {\r
1262         type: 'show',\r
1263       },\r
1264       count: {\r
1265         type: 'count',\r
1266         args: {\r
1267           action_name: 'index',\r
1268         },\r
1269       },\r
1270       new: {\r
1271         type: 'new',\r
1272       },\r
1273       edit: {\r
1274         type: 'edit',\r
1275       },\r
1276       create: {\r
1277         type: 'create',\r
1278       },\r
1279       update: {\r
1280         type: 'update',\r
1281       },\r
1282       destroy: {\r
1283         type: 'destroy',\r
1284       },\r
1285     },\r
1286   },\r
1287   system_pictures: {\r
1288     actions: {\r
1289       index: {\r
1290         type: 'list',\r
1291         args: {\r
1292           param_id: 'none',\r
1293         },\r
1294       },\r
1295       show: {\r
1296         type: 'show',\r
1297       },\r
1298       count: {\r
1299         type: 'count',\r
1300         args: {\r
1301           action_name: 'index',\r
1302         },\r
1303       },\r
1304     },\r
1305   },\r
1306   home: {\r
1307     actions: {\r
1308       scrolls: {\r
1309         type: 'list',\r
1310         args: {\r
1311           item_name: 'scroll',\r
1312           param_id: 'none',\r
1313           counter_name: 'scrolls_count',\r
1314         },\r
1315       },\r
1316       scroll_panels: {\r
1317         type: 'list',\r
1318         args: {\r
1319           item_name: 'scroll_panel',\r
1320           param_id: 'none',\r
1321           counter_name: 'scroll_panels_count',\r
1322         },\r
1323       },\r
1324       comics: {\r
1325         type: 'list',\r
1326         args: {\r
1327           item_name: 'comic',\r
1328           param_id: 'none',\r
1329           counter_name: 'comics_count',\r
1330         },\r
1331       },\r
1332       comic_stories: {\r
1333         type: 'list',\r
1334         args: {\r
1335           item_name: 'comic_story',\r
1336           param_id: 'none',\r
1337           counter_name: 'comic_stories_count',\r
1338         },\r
1339       },\r
1340       stories: {\r
1341         type: 'list',\r
1342         args: {\r
1343           item_name: 'story',\r
1344           param_id: 'none',\r
1345           counter_name: 'stories_count',\r
1346         },\r
1347       },\r
1348       story_sheets: {\r
1349         type: 'list',\r
1350         args: {\r
1351           item_name: 'story_sheet',\r
1352           param_id: 'none',\r
1353           counter_name: 'story_sheets_count',\r
1354         },\r
1355       },\r
1356       sheets: {\r
1357         type: 'list',\r
1358         args: {\r
1359           item_name: 'sheet',\r
1360           param_id: 'none',\r
1361           counter_name: 'sheets_count',\r
1362         },\r
1363       },\r
1364       sheet_panels: {\r
1365         type: 'list',\r
1366         args: {\r
1367           item_name: 'sheet_panel',\r
1368           param_id: 'none',\r
1369           counter_name: 'sheet_panels_count',\r
1370         },\r
1371       },\r
1372       panels: {\r
1373         type: 'list',\r
1374         args: {\r
1375           item_name: 'panel',\r
1376           param_id: 'none',\r
1377           counter_name: 'panels_count',\r
1378         },\r
1379       },\r
1380       panel_pictures: {\r
1381         type: 'list',\r
1382         args: {\r
1383           item_name: 'panel_picture',\r
1384           param_id: 'none',\r
1385           counter_name: 'panel_pictures_count',\r
1386         },\r
1387       },\r
1388       speech_balloons: {\r
1389         type: 'list',\r
1390         args: {\r
1391           item_name: 'speech_balloon',\r
1392           param_id: 'none',\r
1393           counter_name: 'speech_balloons_count',\r
1394         },\r
1395       },\r
1396       speeches: {\r
1397         type: 'list',\r
1398         args: {\r
1399           item_name: 'speech',\r
1400           param_id: 'none',\r
1401           counter_name: 'speeches_count',\r
1402         },\r
1403       },\r
1404       balloons: {\r
1405         type: 'list',\r
1406         args: {\r
1407           item_name: 'balloon',\r
1408           param_id: 'none',\r
1409           counter_name: 'balloons_count',\r
1410         },\r
1411       },\r
1412       ground_pictures: {\r
1413         type: 'list',\r
1414         args: {\r
1415           item_name: 'ground_picture',\r
1416           param_id: 'none',\r
1417           counter_name: 'ground_pictures_count',\r
1418         },\r
1419       },\r
1420       ground_colors: {\r
1421         type: 'list',\r
1422         args: {\r
1423           item_name: 'ground_color',\r
1424           param_id: 'none',\r
1425           counter_name: 'ground_colors_count',\r
1426         },\r
1427       },\r
1428       original_pictures: {\r
1429         type: 'list',\r
1430         args: {\r
1431           item_name: 'original_picture',\r
1432           param_id: 'none',\r
1433           counter_name: 'count',\r
1434         },\r
1435       },\r
1436       resource_pictures: {\r
1437         type: 'list',\r
1438         args: {\r
1439           item_name: 'resource_picture',\r
1440           param_id: 'none',\r
1441           counter_name: 'resource_pictures_count',\r
1442         },\r
1443       },\r
1444       scrolls_count: {\r
1445         type: 'count',\r
1446         args: {\r
1447           item_name: 'scroll',\r
1448           param_id: 'none',\r
1449         },\r
1450       },\r
1451       scroll_panels_count: {\r
1452         type: 'count',\r
1453         args: {\r
1454           item_name: 'scroll_panel',\r
1455           param_id: 'none',\r
1456         },\r
1457       },\r
1458       comics_count: {\r
1459         type: 'count',\r
1460         args: {\r
1461           item_name: 'comic',\r
1462           param_id: 'none',\r
1463         },\r
1464       },\r
1465       comic_stories_count: {\r
1466         type: 'count',\r
1467         args: {\r
1468           item_name: 'comic_story',\r
1469           param_id: 'none',\r
1470         },\r
1471       },\r
1472       stories_count: {\r
1473         type: 'count',\r
1474         args: {\r
1475           item_name: 'story',\r
1476           list_name: 'private',\r
1477           param_id: 'none',\r
1478         },\r
1479       },\r
1480       story_sheets_count: {\r
1481         type: 'count',\r
1482         args: {\r
1483           item_name: 'story_sheet',\r
1484           list_name: 'private',\r
1485           param_id: 'none',\r
1486         },\r
1487       },\r
1488       sheets_count: {\r
1489         type: 'count',\r
1490         args: {\r
1491           item_name: 'sheet',\r
1492           list_name: 'private',\r
1493           param_id: 'none',\r
1494         },\r
1495       },\r
1496       sheet_panels_count: {\r
1497         type: 'count',\r
1498         args: {\r
1499           item_name: 'sheet_panel',\r
1500           list_name: 'private',\r
1501           param_id: 'none',\r
1502         },\r
1503       },\r
1504       panels_count: {\r
1505         type: 'count',\r
1506         args: {\r
1507           item_name: 'panel',\r
1508           list_name: 'private',\r
1509           param_id: 'none',\r
1510         },\r
1511       },\r
1512       panel_pictures_count: {\r
1513         type: 'count',\r
1514         args: {\r
1515           item_name: 'panel_picture',\r
1516           list_name: 'private',\r
1517           param_id: 'none',\r
1518         },\r
1519       },\r
1520       speech_balloons_count: {\r
1521         type: 'count',\r
1522         args: {\r
1523           item_name: 'speech_balloon',\r
1524           list_name: 'private',\r
1525           param_id: 'none',\r
1526         },\r
1527       },\r
1528       speeches_count: {\r
1529         type: 'count',\r
1530         args: {\r
1531           item_name: 'speech',\r
1532           list_name: 'private',\r
1533           param_id: 'none',\r
1534         },\r
1535       },\r
1536       balloons_count: {\r
1537         type: 'count',\r
1538         args: {\r
1539           item_name: 'balloon',\r
1540           list_name: 'private',\r
1541           param_id: 'none',\r
1542         },\r
1543       },\r
1544       ground_pictures_count: {\r
1545         type: 'count',\r
1546         args: {\r
1547           item_name: 'ground_picture',\r
1548           list_name: 'private',\r
1549           param_id: 'none',\r
1550         },\r
1551       },\r
1552       ground_colors_count: {\r
1553         type: 'count',\r
1554         args: {\r
1555           item_name: 'ground_color',\r
1556           list_name: 'private',\r
1557           param_id: 'none',\r
1558         },\r
1559       },\r
1560       original_pictures_count: {\r
1561         type: 'count',\r
1562         args: {\r
1563           item_name: 'original_picture',\r
1564           list_name: 'private',\r
1565           param_id: 'none',\r
1566         },\r
1567       },\r
1568       resource_pictures_count: {\r
1569         type: 'count',\r
1570         args: {\r
1571           item_name: 'resource_picture',\r
1572           list_name: 'private',\r
1573           param_id: 'none',\r
1574         },\r
1575       },\r
1576     },\r
1577   },\r
1578 }\r