diff --git a/app/models/org.rb b/app/models/org.rb index 3c23dcc..e11d5e1 100644 --- a/app/models/org.rb +++ b/app/models/org.rb @@ -49,7 +49,7 @@ # Predefined queries for retrieving the managain organisation and funders scope :managing_orgs, -> { where(abbreviation: Rails.configuration.branding[:organisation][:abbreviation]) } scope :funders, -> { where(org_type: 2) } - scope :institutions, -> { where(org_type: 3) } + scope :institutions, -> { where(org_type: 1) } # EVALUATE CLASS AND INSTANCE METHODS BELOW