diff --git a/app/models/post.rb b/app/models/post.rb index 29645eb87..51ba87f0a 100644 --- a/app/models/post.rb +++ b/app/models/post.rb @@ -1481,10 +1481,6 @@ class Post < ApplicationRecord hash end - def html_data_attributes - [:uploader_id, :approver_id] - end - def status if is_pending? "pending"