module Ecoportal module API class Internal class Permissions < Common::BaseModel passthrough :files, :data, :reports passthrough :organization, :pages, :page_editor, :registers, :tasks passthrough :person_core, :person_core_create, :person_core_edit passthrough :person_details, :person_account, :person_abilities passthrough :visitor_management, :contractor_management passthrough :broadcast_notifications, :cross_register_reporting end end end end