models: status edit: pass through quote information to parent status
parent
985ef99590
commit
418fffcb41
|
@ -62,6 +62,10 @@ class StatusEdit < ApplicationRecord
|
|||
end
|
||||
end
|
||||
|
||||
def quote?
|
||||
status.quote?
|
||||
end
|
||||
|
||||
def proper
|
||||
self
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue