noesya/osuny

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

Summary

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