From da8a7be248ae8c688a8ea98962fe57f101836fe0 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 28 Dec 2022 06:06:49 +0000 Subject: [PATCH] th: models: status edit: pass through quote information to parent status --- app/models/status_edit.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/models/status_edit.rb b/app/models/status_edit.rb index c2330c04fa..c4778d908a 100644 --- a/app/models/status_edit.rb +++ b/app/models/status_edit.rb @@ -62,6 +62,10 @@ class StatusEdit < ApplicationRecord end end + def quote? + status.quote? + end + def proper self end