Class: Groups::ProjectsRequiringAuthorizationsRefresh::OnTransferFinder

Inherits:
Base
  • Object
show all
Defined in:
app/finders/groups/projects_requiring_authorizations_refresh/on_transfer_finder.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Groups::ProjectsRequiringAuthorizationsRefresh::Base

Instance Method Details

#executeObject



12
13
14
# File 'app/finders/groups/projects_requiring_authorizations_refresh/on_transfer_finder.rb', line 12

def execute
  ids_of_projects_in_hierarchy_and_project_shares(@group).to_a
end