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

curationexperts / laevigata / d02f1a45-37f6-4dab-a59b-ea9a43cfd296

07 May 2026 08:34PM UTC coverage: 97.443%. Remained the same
d02f1a45-37f6-4dab-a59b-ea9a43cfd296

push

circleci

web-flow
Merge pull request #2517 from curationexperts/bsn_review

Change wording for undergraduate nursing submissions

2782 of 2855 relevant lines covered (97.44%)

49.73 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