Skip to content

Commit

Permalink
Remove missing and unresolvable relationship :iaa_status from models
Browse files Browse the repository at this point in the history
  • Loading branch information
lmgeorge committed Dec 11, 2024
1 parent b89b4e3 commit 2a83c55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/models/agreements/iaa_gtc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ class Agreements::IaaGtc < ApplicationRecord
self.table_name = 'iaa_gtcs'

belongs_to :partner_account
belongs_to :iaa_status

has_many :iaa_orders, dependent: :restrict_with_exception
has_many :integrations, through: :iaa_orders
Expand Down
1 change: 0 additions & 1 deletion app/models/agreements/iaa_order.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ class Agreements::IaaOrder < ApplicationRecord
self.table_name = 'iaa_orders'

belongs_to :iaa_gtc
belongs_to :iaa_status

has_one :partner_account, through: :iaa_gtc
has_many :integration_usages, dependent: :restrict_with_exception
Expand Down

0 comments on commit 2a83c55

Please sign in to comment.