From 418fffcb410b4811e26eee7a9d55290305d0b511 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 28 Dec 2022 06:06:49 +0000 Subject: [PATCH] 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