KyivKrishnaAcademy/ved_akadem_students

View on GitHub
app/controllers/ui/teacher_profiles_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Ui
  class TeacherProfilesController < Ui::BaseController
    def index
      authorize TeacherProfile, :ui_index?

      respond_with_interaction Ui::TeacherProfilesLoadingInteraction
    end
  end
end