diff --git a/app/models/post.rb b/app/models/post.rb index 97dd5d7f9..4c2191ea2 100644 --- a/app/models/post.rb +++ b/app/models/post.rb @@ -1482,10 +1482,6 @@ class Post < ApplicationRecord hash end - def html_data_attributes - [:uploader_id, :approver_id] - end - def status if is_pending? "pending"