lib/ecoportal/api/internal/permissions.rb in ecoportal-api-0.5.8 vs lib/ecoportal/api/internal/permissions.rb in ecoportal-api-0.6.0

- old
+ new

@@ -1,9 +1,11 @@ module Ecoportal module API class Internal class Permissions < Common::BaseModel - passthrough :files, :data, :reports, :organization, :people, :pages, :page_editor, :registers + passthrough :files, :data, :reports + passthrough :organization, :person_core, :person_account, :person_details + passthrough :pages, :page_editor, :registers end end end end