Browse Source

feat: remove redundant code

pull/954/head
natdeanlewissoftwire 3 years ago
parent
commit
f18cfd3dcf
  1. 1
      app/controllers/organisation_relationships_controller.rb

1
app/controllers/organisation_relationships_controller.rb

@ -23,7 +23,6 @@ class OrganisationRelationshipsController < ApplicationController
respond_to do |format|
format.html do
@organisations = organisations
@searched = search_term.presence
render "organisation_relationships/add_housing_provider", layout: "application"
end
end

Loading…
Cancel
Save