Skip to content

Commit

Permalink
remove datasource_catalogue
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-j-k committed Sep 27, 2024
1 parent 4aa98a1 commit b96a7c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/models/catalogue.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ class Catalogue < ApplicationRecord
has_many :provider_catalogues, dependent: :destroy
has_many :providers, through: :provider_catalogues

has_many :datasource_catalogues, dependent: :destroy
has_many :datasources, through: :datasource_catalogues

has_many :catalogue_scientific_domains, autosave: true, dependent: :destroy
has_many :scientific_domains, through: :catalogue_scientific_domains

Expand Down

0 comments on commit b96a7c3

Please sign in to comment.