Add antenna tag editor
This commit is contained in:
parent
f20da7bf74
commit
45fb44353c
7 changed files with 336 additions and 2 deletions
|
@ -37,6 +37,7 @@ class Antenna < ApplicationRecord
|
|||
|
||||
has_many :antenna_domains, inverse_of: :antenna, dependent: :destroy
|
||||
has_many :antenna_tags, inverse_of: :antenna, dependent: :destroy
|
||||
has_many :tags, through: :antenna_tags
|
||||
has_many :antenna_accounts, inverse_of: :antenna, dependent: :destroy
|
||||
has_many :accounts, through: :antenna_accounts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue