th: models: status edit: pass through quote information to parent status

This commit is contained in:
Ariadne Conill 2022-12-28 06:06:49 +00:00
parent 5ab8a6bcff
commit da8a7be248

View file

@ -62,6 +62,10 @@ class StatusEdit < ApplicationRecord
end
end
def quote?
status.quote?
end
def proper
self
end