Skip to content

Commit

Permalink
Merge pull request #2329 from tulibraries/qa
Browse files Browse the repository at this point in the history
Covid Alert Patch
  • Loading branch information
cdoyle-temple authored Apr 20, 2022
2 parents 62f75d6 + 0069366 commit d74b2d0
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ GEM
activerecord (>= 5.2)
request_store (~> 1.1)
parallel (1.22.1)
parser (3.1.1.0)
parser (3.1.2.0)
ast (~> 2.4.1)
pg (1.3.5)
popper_js (1.16.0)
Expand Down Expand Up @@ -485,7 +485,7 @@ GEM
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-rspec (2.9.0)
rubocop-rspec (2.10.0)
rubocop (~> 1.19)
ruby-graphviz (1.2.5)
rexml
Expand Down
1 change: 0 additions & 1 deletion app/controllers/buildings_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def index
end

def show
@covid_alert = @building.covid_alert
serializable_show
end

Expand Down
2 changes: 0 additions & 2 deletions app/controllers/categories_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ class CategoriesController < ApplicationController
include SerializableRespondTo

def show
@covid_alert = @category.covid_alert

respond_to do |format|
format.html {
@nav_items = []
Expand Down
1 change: 0 additions & 1 deletion app/controllers/collections_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def index
end

def show
@covid_alert = @collection.covid_alert
serializable_show
end

Expand Down
1 change: 0 additions & 1 deletion app/controllers/exhibitions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def index
end

def show
@covid_alert = @exhibition.covid_alert
serializable_show
end

Expand Down
1 change: 0 additions & 1 deletion app/controllers/finding_aids_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def index
end

def show
@covid_alert = @finding_aid.covid_alert
serializable_show
end

Expand Down
1 change: 0 additions & 1 deletion app/controllers/policies_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def index
end

def show
@covid_alert = @policy.covid_alert
@categories = @policy.categories
serializable_show
end
Expand Down
1 change: 0 additions & 1 deletion app/controllers/services_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def index
end

def show
@covid_alert = @service.covid_alert
serializable_show
end

Expand Down
1 change: 0 additions & 1 deletion app/controllers/spaces_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def index
end

def show
@covid_alert = @space.covid_alert
@categories = @space.categories
serializable_show
end
Expand Down

0 comments on commit d74b2d0

Please sign in to comment.