#マニフェスト @list_groups = { folder: { lists: { public: { type: 'public', }, }, }, scroll: { lists: { public: { type: 'public', }, private: { type: 'private', }, by_author: { type: 'filter', }, by_panel: { type: 'through_filter', args: { through: 'scroll_panels', }, }, }, }, scroll_panel: { lists: { public: { type: 'public', }, private: { type: 'private', }, play: { type: 'play', args: { filter_item_name: 'scroll', filter_model_name: 'scroll_panel', filter_key: 'scroll_id', order: { type: 'method', } }, }, by_scroll: { type: 'filter', }, by_panel: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, comic: { lists: { public: { type: 'public', }, private: { type: 'private', }, by_author: { type: 'filter', }, by_story: { type: 'through_filter', args: { through: 'comic_stories', }, }, }, }, comic_story: { lists: { public: { type: 'public', }, private: { type: 'private', }, play: { type: 'play', args: { filter_item_name: 'comic', filter_model_name: 'comic_story', filter_key: 'comic_id', order: { type: 'method', } }, }, by_comic: { type: 'filter', }, by_story: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, story: { lists: { public: { type: 'public', }, private: { type: 'private', }, by_comic: { type: 'through_filter', args: { through: 'comic_stories', }, }, by_sheet: { type: 'through_filter', args: { through: 'story_sheets', }, }, by_author: { type: 'filter', }, }, }, story_sheet: { lists: { public: { type: 'public', }, private: { type: 'private', }, play: { type: 'play', args: { filter_item_name: 'story', filter_model_name: 'story_sheet', filter_key: 'story_id', order: { type: 'method', } }, }, by_story: { type: 'filter', }, by_sheet: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, sheet: { lists: { public: { type: 'public', }, private: { type: 'private', }, by_story: { type: 'through_filter', args: { through: 'story_sheets', }, }, by_panel: { type: 'through_filter', args: { through: 'sheet_panels', }, }, by_author: { type: 'filter', }, }, }, sheet_panel: { lists: { public: { type: 'public', }, private: { type: 'private', }, play: { type: 'play', args: { filter_item_name: 'sheet', filter_model_name: 'sheet_panel', filter_key: 'sheet_id', }, }, by_sheet: { type: 'filter', }, by_panel: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, panel: { lists: { public: { type: 'public', }, private: { type: 'private', }, 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_picture: { lists: { public: { type: 'public', }, private: { type: 'private', }, by_panel: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, speech_balloon: { lists: { public: { type: 'public', }, private: { type: 'private', }, by_panel: { type: 'filter', }, by_speech_balloon_template: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, speech: { lists: { public: { type: 'public', }, private: { type: 'private', }, by_panel: { type: 'filter', }, 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', }, }, }, }, }, balloon: { lists: { public: { 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_picture: { lists: { public: { type: 'public', }, private: { type: 'private', }, by_panel: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, ground_color: { lists: { public: { type: 'public', }, private: { type: 'private', }, by_panel: { type: 'filter', }, by_author: { type: 'foreign_filter', args: { includes: { type: 'method', }, }, }, }, }, original_picture: { lists: { private: { type: 'private', }, }, }, picture: { lists: { public: { type: 'public', }, by_artist: { type: 'filter', }, }, }, resource_picture: { lists: { public: { type: 'public', }, private: { type: 'private', }, by_original_picture: { type: 'filter', }, by_license_group: { type: 'filter', }, by_license: { type: 'filter', }, by_artist: { type: 'filter', }, }, }, speech_balloon_template: { lists: { public: { type: 'public', }, by_panel: { type: 'through_filter', args: { through: 'speech_balloons', }, }, by_system_picture: { type: 'filter', }, select_items: { type: 'system_resource', }, }, }, writing_format: { lists: { public: { type: 'public', }, select_items: { type: 'system_resource', }, by_system_picture: { type: 'filter', }, }, }, license_group: { lists: { public: { type: 'public', }, by_resource_picture: { type: 'filter', }, select_items: { type: 'system_resource', }, }, }, license: { lists: { public: { type: 'public', }, by_license_group: { type: 'filter', }, by_system_picture: { type: 'filter', }, }, }, author: { lists: { public: { type: 'public', }, }, }, artist: { lists: { public: { type: 'public', }, }, }, system_picture: { lists: { public: { type: 'public', }, }, }, }