OSDN Git Service

add lg_id in resource picture
[pettanr/pettanr.git] / app / assets / javascripts / manifest / work / controllers.js.coffee.erb
index caf24e9..604a318 100644 (file)
 #マニフェスト\r
 @controllers = {\r
-  scroll: {\r
-    item_name: 'scroll',\r
+  folders: {\r
     actions: {\r
+      root: {\r
+        type: 'show',\r
+      },\r
       index: {\r
         type: 'list',\r
-        options: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
-      scroll_panels: {\r
-        type: 'list',\r
-        options: {\r
-          list_name: 'scroll_panels',\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
-      panels: {\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+    },\r
+  },\r
+  scrolls: {\r
+    actions: {\r
+      index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'panels',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
       by_author: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_author',\r
-        },\r
       },\r
       by_panel: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_panel',\r
-        },\r
       },\r
       play: {\r
         type: 'list',\r
-        list: {\r
+        args: {\r
+          item_name: 'scroll_panel',\r
           list_name: 'play',\r
         },\r
       },\r
       show: {\r
         type: 'show',\r
-        name: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
+        },\r
+      },\r
+      count_by_author: {\r
+        type: 'count',\r
+      },\r
+      count_by_panel: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
       },\r
     },\r
   },\r
-  scroll_panel: {\r
-    model_name: 'scroll_panel',\r
+  scroll_panels: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
       by_panel: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_panel',\r
-        },\r
       },\r
       by_scroll: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_scroll',\r
+      },\r
+      by_author: {\r
+        type: 'list',\r
+      },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
+      count_by_panel: {\r
+        type: 'count',\r
+      },\r
+      count_by_scroll: {\r
+        type: 'count',\r
+      },\r
+      count_by_author: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
+      },\r
     },\r
   },\r
-  comic: {\r
-    model_name: 'comic',\r
+  comics: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
-      stories: {\r
+      by_story: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'stories',\r
-        },\r
       },\r
       by_author: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_author',\r
+      },\r
+      play: {\r
+        type: 'list',\r
+        args: {\r
+          item_name: 'comic_story',\r
+          list_name: 'play',\r
+        },\r
+      },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
+      count_by_story: {\r
+        type: 'count',\r
+      },\r
+      count_by_author: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
+      },\r
     },\r
   },\r
-  story: {\r
-    model_name: 'story',\r
+  comic_stories: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
-      story_sheets: {\r
+      by_comic: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'story_sheets',\r
+      },\r
+      by_story: {\r
+        type: 'list',\r
+      },\r
+      by_author: {\r
+        type: 'list',\r
+      },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
-      sheets: {\r
+      count_by_comic: {\r
+        type: 'count',\r
+      },\r
+      count_by_story: {\r
+        type: 'count',\r
+      },\r
+      count_by_author: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
+      },\r
+    },\r
+  },\r
+  stories: {\r
+    actions: {\r
+      index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'sheets',\r
+        args: {\r
+          list_name: 'public',\r
+          \r
         },\r
       },\r
       by_comic: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_comic',\r
-        },\r
       },\r
       by_sheet: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_sheet',\r
-        },\r
       },\r
       by_author: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_author',\r
-        },\r
       },\r
       play: {\r
         type: 'list',\r
-        list: {\r
+        args: {\r
+          item_name: 'story_sheet',\r
           list_name: 'play',\r
         },\r
       },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
+        },\r
+      },\r
+      count_by_comic: {\r
+        type: 'count',\r
+      },\r
+      count_by_sheet: {\r
+        type: 'count',\r
+      },\r
+      count_by_author: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
+      },\r
     },\r
   },\r
-  story_sheet: {\r
-    model_name: 'story_sheet',\r
+  story_sheets: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
       by_story: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_story',\r
-        },\r
       },\r
       by_sheet: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_sheet',\r
-        },\r
       },\r
-    },\r
-  },\r
-  sheet: {\r
-    model_name: 'sheet',\r
-    actions: {\r
-      index: {\r
+      by_author: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
-          \r
-        },\r
       },\r
-      story_sheets: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'story_sheets',\r
-        },\r
+      show: {\r
+        type: 'show',\r
       },\r
-      stories: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'stories',\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
-      sheet_panels: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'sheet_panels',\r
-        },\r
+      count_by_story: {\r
+        type: 'count',\r
       },\r
-      panels: {\r
+      count_by_sheet: {\r
+        type: 'count',\r
+      },\r
+      count_by_author: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
+      },\r
+    },\r
+  },\r
+  sheets: {\r
+    actions: {\r
+      index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'panels',\r
+        args: {\r
+          list_name: 'public',\r
+          \r
         },\r
       },\r
       by_story: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_story',\r
-        },\r
       },\r
       by_panel: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_panel',\r
-        },\r
       },\r
       by_author: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_author',\r
-        },\r
       },\r
       play: {\r
         type: 'list',\r
-        list: {\r
+        args: {\r
+          item_name: 'sheet_panel',\r
           list_name: 'play',\r
         },\r
       },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
+        },\r
+      },\r
+      count_by_story: {\r
+        type: 'count',\r
+      },\r
+      count_by_panel: {\r
+        type: 'count',\r
+      },\r
+      count_by_author: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
+      },\r
     },\r
   },\r
-  sheet_panel: {\r
-    model_name: 'sheet_panel',\r
+  sheet_panels: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
       by_sheet: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_sheet',\r
-        },\r
       },\r
       by_panel: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_panel',\r
-        },\r
       },\r
-    },\r
-  },\r
-  panel: {\r
-    model_name: 'panel',\r
-    actions: {\r
-      index: {\r
+      by_author: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
-          \r
-        },\r
       },\r
-      scroll_panels: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'scroll_panels',\r
-        },\r
+      show: {\r
+        type: 'show',\r
       },\r
-      scrolls: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'scrolls',\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
-      sheet_panels: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'sheet_panels',\r
-        },\r
+      count_by_sheet: {\r
+        type: 'count',\r
       },\r
-      sheets: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'sheets',\r
-        },\r
+      count_by_panel: {\r
+        type: 'count',\r
       },\r
-      panel_pictures: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'panel_pictures',\r
-        },\r
+      count_by_author: {\r
+        type: 'count',\r
       },\r
-      speech_balloons: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'speech_balloons',\r
-        },\r
+      new: {\r
+        type: 'new',\r
       },\r
-      ground_pictures: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'ground_pictures',\r
-        },\r
+      edit: {\r
+        type: 'edit',\r
       },\r
-      ground_colors: {\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
+      },\r
+    },\r
+  },\r
+  panels: {\r
+    actions: {\r
+      index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'ground_colors',\r
+        args: {\r
+          list_name: 'public',\r
+          \r
         },\r
       },\r
       by_scroll: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_scroll',\r
-        },\r
       },\r
       by_sheet: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_sheet',\r
-        },\r
       },\r
       by_author: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_author',\r
-        },\r
       },\r
       by_speech_balloon_template: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_speech_balloon_template',\r
+      },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
+      count_by_scroll: {\r
+        type: 'count',\r
+      },\r
+      count_by_sheet: {\r
+        type: 'count',\r
+      },\r
+      count_by_author: {\r
+        type: 'count',\r
+      },\r
+      count_by_speech_balloon_template: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
+      },\r
     },\r
   },\r
-  panel_picture: {\r
-    model_name: 'panel_picture',\r
+  panel_pictures: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
       by_panel: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_panel',\r
-        },\r
       },\r
       by_author: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_author',\r
+      },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
+      count_by_panel: {\r
+        type: 'count',\r
+      },\r
+      count_by_author: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
     },\r
   },\r
-  speech_balloon: {\r
-    model_name: 'speech_balloon',\r
+  speech_balloons: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
       by_panel: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_panel',\r
-        },\r
       },\r
       by_author: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_author',\r
+      },\r
+      by_speech_balloon_template: {\r
+        type: 'list',\r
+      },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
+      count_by_panel: {\r
+        type: 'count',\r
+      },\r
+      count_by_author: {\r
+        type: 'count',\r
+      },\r
+      count_by_speech_balloon_template: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
     },\r
   },\r
-  speech: {\r
-    model_name: 'speech',\r
+  speeches: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
-      by_writing_format: {\r
+      by_author: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_writing_format',\r
+      },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
+      count_by_author: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
     },\r
   },\r
-  balloon: {\r
-    model_name: 'balloon',\r
+  balloons: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
-      #by_system_picture: {\r
-      #  type: 'list',\r
-      #  list: {\r
-      #    list_name: 'by_system_picture',\r
-      #  },\r
-      #},\r
+      by_author: {\r
+        type: 'list',\r
+      },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
+        },\r
+      },\r
+      count_by_author: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
     },\r
   },\r
-  ground_picture: {\r
-    model_name: 'ground_picture',\r
+  ground_pictures: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
       by_panel: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_panel',\r
-        },\r
       },\r
       by_author: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_author',\r
+      },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
+      count_by_panel: {\r
+        type: 'count',\r
+      },\r
+      count_by_author: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
     },\r
   },\r
-  ground_color: {\r
-    model_name: 'ground_color',\r
+  ground_colors: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
       by_panel: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_panel',\r
-        },\r
       },\r
       by_author: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_author',\r
+      },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
+      count_by_panel: {\r
+        type: 'count',\r
+      },\r
+      count_by_author: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
     },\r
   },\r
-  original_picture: {\r
-    model_name: 'original_picture',\r
+  original_pictures: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
-          \r
+        args: {\r
+          list_name: 'private',\r
+        },\r
+      },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      history: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
+      },\r
     },\r
   },\r
-  picture: {\r
-  },\r
-  resource_picture: {\r
-    model_name: 'resource_picture',\r
+  pictures: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
-      by_license: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'by_license',\r
-        },\r
-      },\r
       by_artist: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'by_artist',\r
+      },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
+      count_by_artist: {\r
+        type: 'count',\r
+      },\r
     },\r
   },\r
-  speech_balloon_template: {\r
-    model_name: 'speech_balloon_template',\r
+  resource_pictures: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
-      speech_balloons: {\r
+      by_license_group: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'speech_balloons',\r
-        },\r
       },\r
-      panels: {\r
+      by_license: {\r
+        type: 'list',\r
+      },\r
+      by_artist: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'panels',\r
+      },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
+      count_by_license_group: {\r
+        type: 'count',\r
+      },\r
+      count_by_license: {\r
+        type: 'count',\r
+      },\r
+      count_by_artist: {\r
+        type: 'count',\r
+      },\r
     },\r
   },\r
-  writing_format: {\r
-    model_name: 'writing_format',\r
+  speech_balloon_templates: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
-      speeches: {\r
+      by_panel: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'speeches',\r
-        },\r
       },\r
-      by_system_picture: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'by_system_picture',\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
+      count_by_panel: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
+      },\r
     },\r
   },\r
-  license_group: {\r
-    model_name: 'license_group',\r
+  writing_formats: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
-      licenses: {\r
+      by_system_picture: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'licenses',\r
+      },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
+      count_by_system_picture: {\r
+        type: 'count',\r
+      },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
+      },\r
     },\r
   },\r
-  license: {\r
-    model_name: 'license',\r
+  license_groups: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
-      resource_pictures: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'resource_pictures',\r
-        },\r
+      show: {\r
+        type: 'show',\r
       },\r
-      by_license_group: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'by_license_group',\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
-      by_system_picture: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'by_system_picture',\r
-        },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
       },\r
     },\r
   },\r
-  author: {\r
-    model_name: 'author',\r
+  licenses: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
-      scrolls: {\r
+      by_license_group: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'scrolls',\r
-        },\r
       },\r
-      comics: {\r
+      by_system_picture: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'comics',\r
-        },\r
       },\r
-      stories: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'stories',\r
-        },\r
+      show: {\r
+        type: 'show',\r
       },\r
-      sheets: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'sheets',\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
-      panels: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'panels',\r
-        },\r
+      count_by_license_group: {\r
+        type: 'count',\r
       },\r
-      panel_pictures: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'panel_pictures',\r
-        },\r
+      count_by_system_picture: {\r
+        type: 'count',\r
       },\r
-      speech_balloons: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'speech_balloons',\r
-        },\r
+      new: {\r
+        type: 'new',\r
       },\r
-      ground_pictures: {\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
+      },\r
+    },\r
+  },\r
+  authors: {\r
+    actions: {\r
+      index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'ground_pictures',\r
+        args: {\r
+          list_name: 'public',\r
+          \r
         },\r
       },\r
-      ground_colors: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'ground_colors',\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
+      },\r
     },\r
   },\r
-  artist: {\r
-    model_name: 'artist',\r
+  artists: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
-      resource_pictures: {\r
-        type: 'list',\r
-        list: {\r
-          list_name: 'resource_pictures',\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
         },\r
       },\r
+      new: {\r
+        type: 'new',\r
+      },\r
+      edit: {\r
+        type: 'edit',\r
+      },\r
+      create: {\r
+        type: 'create',\r
+      },\r
+      update: {\r
+        type: 'update',\r
+      },\r
+      destroy: {\r
+        type: 'destroy',\r
+      },\r
     },\r
   },\r
-  system_picture: {\r
-    model_name: 'system_picture',\r
+  system_pictures: {\r
     actions: {\r
       index: {\r
         type: 'list',\r
-        list: {\r
-          list_name: 'public_list',\r
+        args: {\r
+          list_name: 'public',\r
           \r
         },\r
       },\r
+      show: {\r
+        type: 'show',\r
+      },\r
+      count: {\r
+        type: 'count',\r
+        args: {\r
+          list_name: 'public',\r
+        },\r
+      },\r
     },\r
   },\r
   home: {\r
     actions: {\r
       scrolls: {\r
-        item_name: 'scroll',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'scroll',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r
       scroll_panels: {\r
-        item_name: 'scroll_panel',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'scroll_panel',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r
       comics: {\r
-        item_name: 'comic',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'comic',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r
       stories: {\r
-        item_name: 'story',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'story',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r
       story_sheets: {\r
-        item_name: 'story_sheet',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'story_sheet',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r
       sheets: {\r
-        item_name: 'sheet',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'sheet',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r
       sheet_panels: {\r
-        item_name: 'sheet_panel',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'sheet_panel',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r
       panels: {\r
-        item_name: 'panel',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'panel',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r
       panel_pictures: {\r
-        item_name: 'panel_picture',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'panel_picture',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r
       speech_balloons: {\r
-        item_name: 'speech_balloon',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'speech_balloon',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r
       speeches: {\r
-        item_name: 'speech',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'speech',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r
       balloons: {\r
-        item_name: 'balloon',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'balloon',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r
       ground_pictures: {\r
-        item_name: 'ground_picture',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'ground_picture',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r
       ground_colors: {\r
-        item_name: 'ground_color',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'ground_color',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r
       original_pictures: {\r
-        item_name: 'original_picture',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'original_picture',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r
       resource_pictures: {\r
-        item_name: 'resource_picture',\r
         type: 'list',\r
-        list: {\r
-          list_name: 'private_list',\r
+        args: {\r
+          item_name: 'resource_picture',\r
+          list_name: 'private',\r
           \r
         },\r
       },\r