Class: Gaku::Api::V1::EnrollmentsController
- Inherits:
-
BaseController
- Object
- ActionController::API
- ApplicationController
- BaseController
- Gaku::Api::V1::EnrollmentsController
- Defined in:
- app/controllers/gaku/api/v1/enrollments_controller.rb
Instance Attribute Summary
Attributes inherited from BaseController
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
8 9 10 11 |
# File 'app/controllers/gaku/api/v1/enrollments_controller.rb', line 8 def index @enrollments = @enrollable.enrollments.page(params[:page]) collection_respond_to @enrollments, root: :enrollments end |