* Fix: #950 新規アンテナ作成時にリストへ挿入するを設定しても、ホーム挿入になる * Fix test
This commit is contained in:
parent
80cace410f
commit
915ee553da
7 changed files with 27 additions and 5 deletions
|
@ -26,7 +26,7 @@
|
|||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# account_id :bigint(8) not null
|
||||
# list_id :bigint(8) not null
|
||||
# list_id :bigint(8) default(0), not null
|
||||
#
|
||||
class Antenna < ApplicationRecord
|
||||
include Expireable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue