#マニフェスト @list_groups = { folders: { lists: { index: { type: 'public', }, }, }, scrolls: { lists: { index: { type: 'public', }, by_author: { type: 'filter', }, by_panel: { type: 'through_filter', args: { through: 'scroll_panels', }, }, play: { type: 'play', args: { filter_item_name: 'scroll', wheres: ['index', 'play'], }, }, }, }, scroll_panels: { lists: { index: { type: 'public', }, by_scroll: { type: 'filter', }, by_panel: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, comics: { lists: { index: { type: 'public', }, by_author: { type: 'filter', }, by_story: { type: 'through_filter', args: { through: 'comic_stories', }, }, play: { type: 'play', args: { filter_item_name: 'comic', wheres: ['index', 'play'], }, }, }, }, comic_stories: { lists: { index: { type: 'public', }, by_comic: { type: 'filter', }, by_story: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, stories: { lists: { index: { type: 'public', }, by_comic: { type: 'through_filter', args: { through: 'comic_stories', }, }, by_sheet: { type: 'through_filter', args: { through: 'story_sheets', }, }, by_author: { type: 'filter', }, play: { type: 'play', args: { filter_item_name: 'story', wheres: ['index', 'play'], }, }, }, }, story_sheets: { lists: { index: { type: 'public', }, by_story: { type: 'filter', }, by_sheet: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, sheets: { lists: { index: { type: 'public', }, by_story: { type: 'through_filter', args: { through: 'story_sheets', }, }, by_panel: { type: 'through_filter', args: { through: 'sheet_panels', }, }, by_author: { type: 'filter', }, play: { type: 'public', }, }, }, sheet_panels: { lists: { index: { type: 'public', }, by_sheet: { type: 'filter', }, by_panel: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, panels: { lists: { index: { type: 'public', }, by_scroll: { type: 'through_filter', args: { through: 'scroll_panels', }, }, by_sheet: { type: 'through_filter', args: { through: 'sheet_panels', }, }, by_author: { type: 'filter', }, by_speech_balloon_template: { type: 'through_filter', args: { through: 'speech_balloons', }, }, }, }, panel_pictures: { lists: { index: { type: 'public', }, by_panel: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, speech_balloons: { lists: { index: { type: 'public', }, by_panel: { type: 'filter', }, by_speech_balloon_template: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, speeches: { lists: { index: { type: 'public', }, by_speech_balloon: { type: 'filter', }, by_speech_balloon_template: { type: 'filter', }, by_writing_format: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, balloons: { lists: { index: { type: 'public', }, by_speech_balloon: { type: 'filter', }, by_speech_balloon_template: { type: 'filter', }, by_system_picture: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, ground_pictures: { lists: { index: { type: 'public', }, by_panel: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, ground_colors: { lists: { index: { type: 'public', }, by_panel: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, original_pictures: { lists: { index: { type: 'public', args: { wheres: ['index', 'private'], }, }, }, }, pictures: { lists: { index: { type: 'public', }, by_artist: { type: 'filter', }, }, }, resource_pictures: { lists: { index: { type: 'public', }, by_original_picture: { type: 'filter', }, by_license_group: { type: 'filter', }, by_license: { type: 'filter', }, by_artist: { type: 'filter', }, }, }, resource_picture_pictures: { lists: { index: { type: 'public', }, by_original_picture: { type: 'filter', }, by_resource_picture: { type: 'filter', }, by_picture: { type: 'filter', }, }, }, speech_balloon_templates: { lists: { index: { type: 'public', }, by_panel: { type: 'through_filter', args: { through: 'speech_balloons', }, }, by_system_picture: { type: 'filter', }, }, }, writing_formats: { lists: { index: { type: 'public', args: { after_method_name: 'enable', }, }, by_system_picture: { type: 'filter', }, }, }, license_groups: { lists: { index: { type: 'public', }, by_resource_picture: { type: 'filter', }, }, }, licenses: { lists: { index: { type: 'public', }, by_license_group: { type: 'filter', }, by_system_picture: { type: 'filter', }, }, }, authors: { lists: { index: { type: 'public', }, }, }, artists: { lists: { index: { type: 'public', }, }, }, system_pictures: { lists: { index: { type: 'public', }, }, }, home: { lists: { scrolls: { type: 'public', args: { wheres: ['index', 'private'], }, }, scroll_panels: { type: 'public', args: { wheres: ['index', 'private'], }, }, comics: { type: 'public', args: { wheres: ['index', 'private'], }, }, comic_stories: { type: 'public', args: { wheres: ['index', 'private'], }, }, stories: { type: 'public', args: { wheres: ['index', 'private'], }, }, story_sheets: { type: 'public', args: { wheres: ['index', 'private'], }, }, sheets: { type: 'public', args: { wheres: ['index', 'private'], }, }, sheet_panels: { type: 'public', args: { wheres: ['index', 'private'], }, }, panels: { type: 'public', args: { wheres: ['index', 'private'], }, }, panel_pictures: { type: 'public', args: { wheres: ['index', 'private'], }, }, speech_balloons: { type: 'public', args: { wheres: ['index', 'private'], }, }, speeches: { type: 'public', args: { wheres: ['index', 'private'], }, }, balloons: { type: 'public', args: { wheres: ['index', 'private'], }, }, ground_pictures: { type: 'public', args: { wheres: ['index', 'private'], }, }, ground_colors: { type: 'public', args: { wheres: ['index', 'private'], }, }, original_pictures: { type: 'public', args: { wheres: ['index', 'private'], }, }, resource_pictures: { type: 'public', args: { wheres: ['index', 'private'], }, }, }, }, }