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

main
Ariadne Conill 3 months ago committed by Kay Faraday
parent 641bf8b7b7
commit 828faa60f1

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

Loading…
Cancel
Save