Fix incorrect model annotation for List#exclusive (#26313)

local
Claire 9 months ago committed by GitHub
parent 04e7efac3f
commit 9405e9af58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/models/list.rb

@ -10,7 +10,7 @@
# created_at :datetime not null
# updated_at :datetime not null
# replies_policy :integer default("list"), not null
# exclusive :boolean default(FALSE)
# exclusive :boolean default(FALSE), not null
#
class List < ApplicationRecord

Loading…
Cancel
Save