KyivKrishnaAcademy/ved_akadem_students

View on GitHub
app/controllers/api/v1/people_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Api
  module V1
    class PeopleController < Api::V1::BaseController
      def index
        respond_with_interaction Api::PeopleLoadingInteraction
      end
    end
  end
end