• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

curationexperts / laevigata / 824b530a-c82d-48a4-af70-040590eb8f77

14 Apr 2026 10:03PM UTC coverage: 97.442%. Remained the same
824b530a-c82d-48a4-af70-040590eb8f77

push

circleci

web-flow
Merge pull request #2493 from curationexperts/deactivate_depts

Allow super_admins to select deactivated Graduation Dates

2857 of 2932 relevant lines covered (97.44%)

50.79 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/app/controllers/schools_controller.rb
1
# frozen_string_literal: true
2

3
class SchoolsController < ApplicationController
2✔
4
  before_action :auth
2✔
5
  layout 'hyrax/dashboard'
2✔
6

7
  def index
2✔
8
    @school_terms = Schools::School.active_elements
2✔
9
  end
10

11
  def show
2✔
12
    @school = Schools::School.new(params[:id])
1✔
13
  end
14

15
  private
2✔
16

17
    def auth
2✔
18
      authorize! :read, Schools::School
5✔
19
    end
20
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc