Class: Scholarship::Workflow::OrganizationOwnerController

Inherits:
ApplicationController
  • Object
show all
Includes:
BaseController
Defined in:
app/controllers/scholarship/workflow/organization_owner_controller.rb

Instance Method Summary collapse

Methods included from BaseController

#application_navigation, #navigation_product_name, #navigation_product_path

Instance Method Details

#indexObject



6
7
8
9
# File 'app/controllers/scholarship/workflow/organization_owner_controller.rb', line 6

def index
  @iteration_participations = Scholarship::IterationParticipation.of_organization_owner(current_user).requested.
  order_by_user_full_name.includes(iteration: { program: :organization}).paginate(page: params[:page], per_page: 25) 
end