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

turn-quotes-into-links^2
Ariadne Conill 2022-12-28 06:06:49 +00:00
parent 985ef99590
commit 418fffcb41
1 changed files with 4 additions and 0 deletions

View File

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