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