Skip to content

Commit

Permalink
DigixGlobal#70 removed excess association from watching_transaction m…
Browse files Browse the repository at this point in the history
…odel
  • Loading branch information
bshevchenko committed Sep 9, 2019
1 parent aa11d86 commit cdf3451
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/watching_transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class WatchingTransaction < ApplicationRecord
before_create :set_uuid

belongs_to :user
has_many :transactions, class_name: 'WatchingTransaction', foreign_key: 'group_id'

validates :transaction_object,
presence: true
Expand Down

0 comments on commit cdf3451

Please sign in to comment.