pay_subject
cxt 5 years ago
parent da368ae908
commit 906c1d744f

@ -7,7 +7,7 @@ class Tiding < ApplicationRecord
has_many :attachments, as: :container
scope :visible, -> { where.not(delete: 0) }
scope :visible, -> { where(delete: 0) }
def identifier
value = nil

Loading…
Cancel
Save