Fix missing post HTML attributes
This commit is contained in:
@@ -1481,10 +1481,6 @@ class Post < ApplicationRecord
|
|||||||
hash
|
hash
|
||||||
end
|
end
|
||||||
|
|
||||||
def html_data_attributes
|
|
||||||
[:uploader_id, :approver_id]
|
|
||||||
end
|
|
||||||
|
|
||||||
def status
|
def status
|
||||||
if is_pending?
|
if is_pending?
|
||||||
"pending"
|
"pending"
|
||||||
|
|||||||
Reference in New Issue
Block a user