1
0
Fork 0
forked from gitea/nas

Wip: antenna

This commit is contained in:
KMY 2023-04-23 14:20:07 +09:00
parent 07ea091320
commit 2eb5ffb9b3
19 changed files with 610 additions and 1 deletions

View file

@ -23,6 +23,7 @@ class List < ApplicationRecord
has_many :list_accounts, inverse_of: :list, dependent: :destroy
has_many :accounts, through: :list_accounts
has_many :antennas, inverse_of: :list, dependent: :destroy
validates :title, presence: true