izumin5210/actopus

View on GitHub
app/controllers/staffs/lecturers_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Staffs::LecturersController < Staffs::BaseController
  include LecturersDisplayable

  def index
    @lecturers = Lecturer.eager_load(:department).all
  end
end