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 end end end end