OSDN Git Service

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