Merge commit '15fd712464
' into kb_migration
This commit is contained in:
commit
3a1a6ba39e
289 changed files with 1339 additions and 1337 deletions
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: antenna_accounts
|
||||
|
@ -10,10 +12,6 @@
|
|||
# updated_at :datetime not null
|
||||
#
|
||||
class AntennaAccount < ApplicationRecord
|
||||
|
||||
belongs_to :antenna
|
||||
belongs_to :account
|
||||
|
||||
validates :account_id, uniqueness: { scope: :antenna_id }
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue