osunyorg/admin

View on GitHub
app/controllers/api/lheo_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Api::LheoController < Api::ApplicationController
  def index
    @programs = current_university.education_programs
  end
end