X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=public%2Fmanifest.json;h=85f150a0003565a5bb6f5b90a22080a2a8ff55e1;hb=0bc0be6f26cb148983898dd323ca3e097d7509e2;hp=9bc5eb91e7e3bed6139be379dd9891fecc23eb99;hpb=747850f6535930322a0af0f7fbe215e7e016b6c5;p=pettanr%2Fpettanr.git diff --git a/public/manifest.json b/public/manifest.json index 9bc5eb91..85f150a0 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,4 +1,35 @@ { + "inflectors": { + "folder": "folders", + "scroll": "scrolls", + "scroll_panel": "scroll_panels", + "comic": "comics", + "comic_story": "comic_stories", + "story": "stories", + "story_sheet": "story_sheets", + "sheet": "sheets", + "sheet_panel": "sheet_panels", + "panel": "panels", + "panel_picture": "panel_pictures", + "speech_balloon": "speech_balloons", + "speech": "speeches", + "balloon": "balloons", + "ground_picture": "ground_pictures", + "ground_color": "ground_colors", + "original_picture": "original_pictures", + "picture": "pictures", + "resource_picture": "resource_pictures", + "original_picture_license_group": "original_picture_license_groups", + "original_picture_license": "original_picture_licenses", + "speech_balloon_template": "speech_balloon_templates", + "writing_format": "writing_formats", + "license_group": "license_groups", + "license": "licenses", + "author": "authors", + "artist": "artists", + "system_picture": "system_pictures", + "home": "home" + }, "items": { "folder": {}, "scroll": { @@ -8,8 +39,8 @@ "scroll_panel": { "type": "leaf", "args": { - "parent_model_name": "scroll", - "destination_model_name": "panel" + "parent_item_name": "scroll", + "destination_item_name": "panel" } }, "comic": { @@ -19,8 +50,8 @@ "comic_story": { "type": "leaf", "args": { - "parent_model_name": "comic", - "destination_model_name": "story" + "parent_item_name": "comic", + "destination_item_name": "story" } }, "story": { @@ -30,8 +61,8 @@ "story_sheet": { "type": "leaf", "args": { - "parent_model_name": "story", - "destination_model_name": "sheet" + "parent_item_name": "story", + "destination_item_name": "sheet" } }, "sheet": { @@ -41,7 +72,7 @@ "sheet_panel": { "type": "element", "args": { - "parent_model_name": "sheet" + "parent_item_name": "sheet" } }, "panel": { @@ -51,13 +82,13 @@ "panel_picture": { "type": "element", "args": { - "parent_model_name": "panel" + "parent_item_name": "panel" } }, "speech_balloon": { "type": "element", "args": { - "parent_model_name": "panel", + "parent_item_name": "panel", "boost": { "speech_balloon_template": { "extend_model_class_name": "SpeechBalloon", @@ -69,7 +100,7 @@ "balloon": { "type": "element", "args": { - "parent_model_name": "speech_balloon", + "parent_item_name": "speech_balloon", "boost": { "speech_balloon_template": { "extend_model_class_name": "Balloon", @@ -81,7 +112,7 @@ "speech": { "type": "element", "args": { - "parent_model_name": "speech_balloon", + "parent_item_name": "speech_balloon", "boost": { "writing_format": { "level": "read", @@ -98,13 +129,13 @@ "ground_picture": { "type": "element", "args": { - "parent_model_name": "panel" + "parent_item_name": "panel" } }, "ground_color": { "type": "element", "args": { - "parent_model_name": "panel" + "parent_item_name": "panel" } }, "original_picture": { @@ -180,7 +211,7 @@ "license": { "type": "system_resource", "args": { - "parent_model_name": "license_group", + "parent_item_name": "license_group", "boost": { "license_group": { "extend_model_class_name": "License", @@ -207,7 +238,6 @@ }, "controllers": { "folders": { - "item_name": "folder", "actions": { "root": { "type": "show" @@ -215,7 +245,6 @@ "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -225,12 +254,6 @@ "watch": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, "new": { "type": "new" }, @@ -243,12 +266,10 @@ } }, "scrolls": { - "item_name": "scroll", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -267,25 +288,14 @@ "play": { "type": "list", "args": { - "item_name": "scroll_panel", - "list_name": "play" + "alias": "scroll_panels.by_scroll", + "order": "t", + "direction": 1 } }, "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_author": { - "type": "count" - }, - "count_by_panel": { - "type": "count" - }, "new": { "type": "new" }, @@ -304,12 +314,10 @@ } }, "scroll_panels": { - "item_name": "scroll_panel", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -334,21 +342,6 @@ "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_panel": { - "type": "count" - }, - "count_by_scroll": { - "type": "count" - }, - "count_by_author": { - "type": "count" - }, "new": { "type": "new" }, @@ -367,12 +360,10 @@ } }, "comics": { - "item_name": "comic", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -391,25 +382,14 @@ "play": { "type": "list", "args": { - "item_name": "comic_story", - "list_name": "play" + "alias": "comic_stories.by_comic", + "order": "t", + "direction": 1 } }, "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_story": { - "type": "count" - }, - "count_by_author": { - "type": "count" - }, "new": { "type": "new" }, @@ -428,12 +408,10 @@ } }, "comic_stories": { - "item_name": "comic_story", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -458,21 +436,6 @@ "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_comic": { - "type": "count" - }, - "count_by_story": { - "type": "count" - }, - "count_by_author": { - "type": "count" - }, "new": { "type": "new" }, @@ -491,12 +454,10 @@ } }, "stories": { - "item_name": "story", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -521,28 +482,14 @@ "play": { "type": "list", "args": { - "item_name": "story_sheet", - "list_name": "play" + "alias": "story_sheets.by_story", + "order": "t", + "direction": 1 } }, "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_comic": { - "type": "count" - }, - "count_by_sheet": { - "type": "count" - }, - "count_by_author": { - "type": "count" - }, "new": { "type": "new" }, @@ -561,12 +508,10 @@ } }, "story_sheets": { - "item_name": "story_sheet", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -591,21 +536,6 @@ "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_story": { - "type": "count" - }, - "count_by_sheet": { - "type": "count" - }, - "count_by_author": { - "type": "count" - }, "new": { "type": "new" }, @@ -624,12 +554,10 @@ } }, "sheets": { - "item_name": "sheet", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -654,28 +582,14 @@ "play": { "type": "list", "args": { - "item_name": "sheet_panel", - "list_name": "play" + "alias": "sheet_panels.by_sheet", + "order": "t", + "direction": 1 } }, "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_story": { - "type": "count" - }, - "count_by_panel": { - "type": "count" - }, - "count_by_author": { - "type": "count" - }, "new": { "type": "new" }, @@ -694,12 +608,10 @@ } }, "sheet_panels": { - "item_name": "sheet_panel", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -724,21 +636,6 @@ "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_sheet": { - "type": "count" - }, - "count_by_panel": { - "type": "count" - }, - "count_by_author": { - "type": "count" - }, "new": { "type": "new" }, @@ -757,12 +654,10 @@ } }, "panels": { - "item_name": "panel", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -793,24 +688,6 @@ "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_scroll": { - "type": "count" - }, - "count_by_sheet": { - "type": "count" - }, - "count_by_author": { - "type": "count" - }, - "count_by_speech_balloon_template": { - "type": "count" - }, "new": { "type": "new" }, @@ -829,12 +706,10 @@ } }, "panel_pictures": { - "item_name": "panel_picture", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -853,18 +728,6 @@ "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_panel": { - "type": "count" - }, - "count_by_author": { - "type": "count" - }, "new": { "type": "new" }, @@ -874,12 +737,10 @@ } }, "speech_balloons": { - "item_name": "speech_balloon", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -904,21 +765,6 @@ "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_panel": { - "type": "count" - }, - "count_by_author": { - "type": "count" - }, - "count_by_speech_balloon_template": { - "type": "count" - }, "new": { "type": "new" }, @@ -928,12 +774,10 @@ } }, "speeches": { - "item_name": "speech", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -949,17 +793,20 @@ "param_id": "suffix" } }, - "show": { - "type": "show" + "by_speech_balloon_template": { + "type": "list", + "args": { + "param_id": "suffix" + } }, - "count": { - "type": "count", + "by_writing_format": { + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, - "count_by_author": { - "type": "count" + "show": { + "type": "show" }, "new": { "type": "new" @@ -970,12 +817,10 @@ } }, "balloons": { - "item_name": "balloon", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -991,17 +836,20 @@ "param_id": "suffix" } }, - "show": { - "type": "show" + "by_speech_balloon_template": { + "type": "list", + "args": { + "param_id": "suffix" + } }, - "count": { - "type": "count", + "by_system_picture": { + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, - "count_by_author": { - "type": "count" + "show": { + "type": "show" }, "new": { "type": "new" @@ -1012,12 +860,10 @@ } }, "ground_pictures": { - "item_name": "ground_picture", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -1036,18 +882,6 @@ "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_panel": { - "type": "count" - }, - "count_by_author": { - "type": "count" - }, "new": { "type": "new" }, @@ -1057,12 +891,10 @@ } }, "ground_colors": { - "item_name": "ground_color", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -1081,18 +913,6 @@ "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_panel": { - "type": "count" - }, - "count_by_author": { - "type": "count" - }, "new": { "type": "new" }, @@ -1102,12 +922,10 @@ } }, "original_pictures": { - "item_name": "original_picture", "actions": { "index": { "type": "list", "args": { - "list_name": "private", "param_id": "none" } }, @@ -1117,12 +935,6 @@ "history": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "private" - } - }, "new": { "type": "new" }, @@ -1141,12 +953,10 @@ } }, "pictures": { - "item_name": "picture", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, @@ -1158,28 +968,23 @@ }, "show": { "type": "show" - }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_artist": { - "type": "count" } } }, "resource_pictures": { - "item_name": "resource_picture", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, + "by_original_picture": { + "type": "list", + "args": { + "param_id": "suffix" + } + }, "by_license_group": { "type": "list", "args": { @@ -1200,32 +1005,18 @@ }, "show": { "type": "show" - }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_license_group": { - "type": "count" - }, - "count_by_license": { - "type": "count" - }, - "count_by_artist": { - "type": "count" } } }, "speech_balloon_templates": { - "item_name": "speech_balloon_template", "actions": { "index": { "type": "list", "args": { - "list_name": "public", - "param_id": "none" + "param_id": "none", + "max_page_size": -1, + "order": "t", + "direction": 1 } }, "by_panel": { @@ -1243,15 +1034,6 @@ "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_panel": { - "type": "count" - }, "new": { "type": "new" }, @@ -1270,13 +1052,14 @@ } }, "writing_formats": { - "item_name": "writing_format", "actions": { "index": { "type": "list", "args": { - "list_name": "public", - "param_id": "none" + "param_id": "none", + "max_page_size": -1, + "order": "t", + "direction": 1 } }, "by_system_picture": { @@ -1288,15 +1071,6 @@ "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_system_picture": { - "type": "count" - }, "new": { "type": "new" }, @@ -1315,24 +1089,25 @@ } }, "license_groups": { - "item_name": "license_group", "actions": { "index": { "type": "list", "args": { - "list_name": "public", - "param_id": "none" + "param_id": "none", + "max_page_size": -1, + "order": "t", + "direction": 1 } }, - "show": { - "type": "show" - }, - "count": { - "type": "count", + "by_resource_picture": { + "type": "list", "args": { - "list_name": "public" + "param_id": "suffix" } }, + "show": { + "type": "show" + }, "new": { "type": "new" }, @@ -1351,19 +1126,22 @@ } }, "licenses": { - "item_name": "license", "actions": { "index": { "type": "list", "args": { - "list_name": "public", - "param_id": "none" + "param_id": "none", + "max_page_size": -1, + "order": "name", + "direction": 1 } }, "by_license_group": { "type": "list", "args": { - "param_id": "suffix" + "param_id": "suffix", + "order": "name", + "direction": 1 } }, "by_system_picture": { @@ -1375,18 +1153,6 @@ "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, - "count_by_license_group": { - "type": "count" - }, - "count_by_system_picture": { - "type": "count" - }, "new": { "type": "new" }, @@ -1405,24 +1171,16 @@ } }, "authors": { - "item_name": "author", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, "new": { "type": "new" }, @@ -1441,24 +1199,16 @@ } }, "artists": { - "item_name": "artist", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, "show": { "type": "show" }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } - }, "new": { "type": "new" }, @@ -1477,23 +1227,15 @@ } }, "system_pictures": { - "item_name": "system_picture", "actions": { "index": { "type": "list", "args": { - "list_name": "public", "param_id": "none" } }, "show": { "type": "show" - }, - "count": { - "type": "count", - "args": { - "list_name": "public" - } } } }, @@ -1502,290 +1244,103 @@ "scrolls": { "type": "list", "args": { - "item_name": "scroll", - "list_name": "private", - "param_id": "none", - "counter_name": "scrolls_count" + "alias": "scrolls.index" } }, "scroll_panels": { "type": "list", "args": { - "item_name": "scroll_panel", - "list_name": "private", - "param_id": "none", - "counter_name": "scroll_panels_count" + "alias": "scroll_panels.index" } }, "comics": { "type": "list", "args": { - "item_name": "comic", - "list_name": "private", - "param_id": "none", - "counter_name": "comics_count" + "alias": "comics.index" } }, "comic_stories": { "type": "list", "args": { - "item_name": "comic_story", - "list_name": "private", - "param_id": "none", - "counter_name": "comic_stories_count" + "alias": "comic_stories.index" } }, "stories": { "type": "list", "args": { - "item_name": "story", - "list_name": "private", - "param_id": "none", - "counter_name": "stories_count" + "alias": "stories.index" } }, "story_sheets": { "type": "list", "args": { - "item_name": "story_sheet", - "list_name": "private", - "param_id": "none", - "counter_name": "story_sheets_count" + "alias": "story_sheets.index" } }, "sheets": { "type": "list", "args": { - "item_name": "sheet", - "list_name": "private", - "param_id": "none", - "counter_name": "sheets_count" + "alias": "sheets.index" } }, "sheet_panels": { "type": "list", "args": { - "item_name": "sheet_panel", - "list_name": "private", - "param_id": "none", - "counter_name": "sheet_panels_count" + "alias": "sheet_panels.index" } }, "panels": { "type": "list", "args": { - "item_name": "panel", - "list_name": "private", - "param_id": "none", - "counter_name": "panels_count" + "alias": "panels.index" } }, "panel_pictures": { "type": "list", "args": { - "item_name": "panel_picture", - "list_name": "private", - "param_id": "none", - "counter_name": "panel_pictures_count" + "alias": "panel_pictures.index" } }, "speech_balloons": { "type": "list", "args": { - "item_name": "speech_balloon", - "list_name": "private", - "param_id": "none", - "counter_name": "speech_balloons_count" + "alias": "speech_balloons.index" } }, "speeches": { "type": "list", "args": { - "item_name": "speech", - "list_name": "private", - "param_id": "none", - "counter_name": "speeches_count" + "alias": "speeches.index" } }, "balloons": { "type": "list", "args": { - "item_name": "balloon", - "list_name": "private", - "param_id": "none", - "counter_name": "balloons_count" + "alias": "balloons.index" } }, "ground_pictures": { "type": "list", "args": { - "item_name": "ground_picture", - "list_name": "private", - "param_id": "none", - "counter_name": "ground_pictures_count" + "alias": "ground_pictures.index" } }, "ground_colors": { "type": "list", "args": { - "item_name": "ground_color", - "list_name": "private", - "param_id": "none", - "counter_name": "ground_colors_count" + "alias": "ground_colors.index" } }, "original_pictures": { "type": "list", "args": { - "item_name": "original_picture", - "list_name": "private", - "param_id": "none", - "counter_name": "count" + "alias": "original_pictures.index" } }, "resource_pictures": { "type": "list", "args": { - "item_name": "resource_picture", - "list_name": "private", - "param_id": "none", - "counter_name": "resource_pictures_count" - } - }, - "scrolls_count": { - "type": "count", - "args": { - "item_name": "scroll", - "list_name": "private", - "param_id": "none" - } - }, - "scroll_panels_count": { - "type": "count", - "args": { - "item_name": "scroll_panel", - "list_name": "private", - "param_id": "none" - } - }, - "comics_count": { - "type": "count", - "args": { - "item_name": "comic", - "list_name": "private", - "param_id": "none" - } - }, - "comic_stories_count": { - "type": "count", - "args": { - "item_name": "comic_story", - "list_name": "private", - "param_id": "none" - } - }, - "stories_count": { - "type": "count", - "args": { - "item_name": "story", - "list_name": "private", - "param_id": "none" - } - }, - "story_sheets_count": { - "type": "count", - "args": { - "item_name": "story_sheet", - "list_name": "private", - "param_id": "none" - } - }, - "sheets_count": { - "type": "count", - "args": { - "item_name": "sheet", - "list_name": "private", - "param_id": "none" - } - }, - "sheet_panels_count": { - "type": "count", - "args": { - "item_name": "sheet_panel", - "list_name": "private", - "param_id": "none" - } - }, - "panels_count": { - "type": "count", - "args": { - "item_name": "panel", - "list_name": "private", - "param_id": "none" - } - }, - "panel_pictures_count": { - "type": "count", - "args": { - "item_name": "panel_picture", - "list_name": "private", - "param_id": "none" - } - }, - "speech_balloons_count": { - "type": "count", - "args": { - "item_name": "speech_balloon", - "list_name": "private", - "param_id": "none" - } - }, - "speeches_count": { - "type": "count", - "args": { - "item_name": "speech", - "list_name": "private", - "param_id": "none" - } - }, - "balloons_count": { - "type": "count", - "args": { - "item_name": "balloon", - "list_name": "private", - "param_id": "none" - } - }, - "ground_pictures_count": { - "type": "count", - "args": { - "item_name": "ground_picture", - "list_name": "private", - "param_id": "none" - } - }, - "ground_colors_count": { - "type": "count", - "args": { - "item_name": "ground_color", - "list_name": "private", - "param_id": "none" - } - }, - "original_pictures_count": { - "type": "count", - "args": { - "item_name": "original_picture", - "list_name": "private", - "param_id": "none" - } - }, - "resource_pictures_count": { - "type": "count", - "args": { - "item_name": "resource_picture", - "list_name": "private", - "param_id": "none" + "alias": "resource_pictures.index" } } } @@ -1793,7 +1348,6 @@ }, "models": { "folder": { - "table_name": "folders", "associations": { "belongs_to": {}, "has_many": {} @@ -1854,7 +1408,6 @@ } }, "scroll": { - "table_name": "scrolls", "associations": { "belongs_to": { "author": {} @@ -1900,7 +1453,6 @@ } }, "scroll_panel": { - "table_name": "scroll_panels", "associations": { "belongs_to": { "panel": {}, @@ -1934,7 +1486,6 @@ } }, "comic": { - "table_name": "comics", "associations": { "belongs_to": { "author": {} @@ -1980,7 +1531,6 @@ } }, "comic_story": { - "table_name": "comic_stories", "associations": { "belongs_to": { "comic": {}, @@ -2014,7 +1564,6 @@ } }, "story": { - "table_name": "stories", "associations": { "belongs_to": { "author": {} @@ -2070,7 +1619,6 @@ } }, "story_sheet": { - "table_name": "story_sheets", "associations": { "belongs_to": { "story": {}, @@ -2102,7 +1650,6 @@ } }, "sheet": { - "table_name": "sheets", "associations": { "belongs_to": { "author": {} @@ -2160,7 +1707,6 @@ } }, "sheet_panel": { - "table_name": "sheet_panels", "associations": { "belongs_to": { "sheet": {}, @@ -2220,7 +1766,6 @@ } }, "panel": { - "table_name": "panels", "associations": { "belongs_to": { "author": {} @@ -2292,7 +1837,6 @@ } }, "panel_picture": { - "table_name": "panel_pictures", "associations": { "belongs_to": { "panel": {} @@ -2370,7 +1914,6 @@ } }, "speech_balloon": { - "table_name": "speech_balloons", "associations": { "belongs_to": { "panel": {}, @@ -2429,7 +1972,6 @@ } }, "balloon": { - "table_name": "balloons", "associations": { "belongs_to": { "speech_balloon": {}, @@ -2509,7 +2051,6 @@ } }, "speech": { - "table_name": "speeches", "associations": { "belongs_to": { "speech_balloon": {}, @@ -2645,7 +2186,6 @@ } }, "ground_picture": { - "table_name": "ground_pictures", "associations": { "belongs_to": { "panel": {} @@ -2720,7 +2260,6 @@ } }, "ground_color": { - "table_name": "ground_colors", "associations": { "belongs_to": { "panel": {} @@ -2797,7 +2336,6 @@ } }, "original_picture": { - "table_name": "original_pictures", "associations": { "belongs_to": { "artist": {} @@ -2862,7 +2400,6 @@ } }, "picture": { - "table_name": "pictures", "associations": { "belongs_to": { "license": {}, @@ -2962,7 +2499,6 @@ } }, "resource_picture": { - "table_name": "resource_pictures", "associations": { "belongs_to": { "original_picture": {}, @@ -3071,7 +2607,6 @@ } }, "original_picture_license_group": { - "table_name": "original_picture_license_groups", "associations": { "belongs_to": { "original_picture": {}, @@ -3101,7 +2636,6 @@ } }, "original_picture_license": { - "table_name": "original_picture_licenses", "associations": { "belongs_to": { "original_picture": {}, @@ -3134,7 +2668,7 @@ "source": { "type": "filter", "args": { - "resource_list_name": "by_license_group", + "resource_action_name": "by_license_group", "filter_column_name": "license_group_id" } }, @@ -3156,7 +2690,6 @@ } }, "speech_balloon_template": { - "table_name": "speech_balloon_templates", "associations": { "belongs_to": { "system_picture": {} @@ -3212,7 +2745,6 @@ } }, "writing_format": { - "table_name": "writing_formats", "associations": { "belongs_to": { "system_picture": {} @@ -3257,7 +2789,6 @@ } }, "license_group": { - "table_name": "license_groups", "associations": { "belongs_to": {}, "has_many": { @@ -3294,7 +2825,6 @@ } }, "license": { - "table_name": "licenses", "associations": { "belongs_to": { "license_group": {}, @@ -3354,7 +2884,6 @@ } }, "author": { - "table_name": "authors", "associations": { "belongs_to": {}, "has_many": { @@ -3383,7 +2912,6 @@ } }, "artist": { - "table_name": "artists", "associations": { "belongs_to": {}, "has_many": { @@ -3408,7 +2936,6 @@ } }, "system_picture": { - "table_name": "system_pictures", "associations": { "belongs_to": {}, "has_many": {