Skip to content

Commit

Permalink
Update mapping export
Browse files Browse the repository at this point in the history
  • Loading branch information
excelsior committed Mar 19, 2023
1 parent 254b184 commit bc227f1
Show file tree
Hide file tree
Showing 2 changed files with 291 additions and 71 deletions.
4 changes: 4 additions & 0 deletions app/models/mapping.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ class Mapping < ApplicationRecord
has_one :mapping_predicates, through: :configuration_profile

has_many :alignments

has_many :predicates, through: :alignments

has_many :terms, source: :mapped_terms, through: :alignments
###
# @description: The selected terms from the original uploaded specification. The user can select one
# ore more terms from it.
Expand Down
Loading

0 comments on commit bc227f1

Please sign in to comment.