module Ecoportal module API class Internal class Permissions < Common::BaseModel passthrough :files, :data, :reports, :organization, :people, :pages, :page_editor, :registers, to: :doc end end end end