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 committed by Kay Faraday
parent 641bf8b7b7
commit 828faa60f1
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