OSDN Git Service

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