th: models: status edit: pass through quote information to parent status
This commit is contained in:
parent
5ab8a6bcff
commit
da8a7be248
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@ class StatusEdit < ApplicationRecord
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def quote?
|
||||||
|
status.quote?
|
||||||
|
end
|
||||||
|
|
||||||
def proper
|
def proper
|
||||||
self
|
self
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue