From 6127492361bc7f82c17a788507da0e42c128ce0b Mon Sep 17 00:00:00 2001 From: BrokenEagle Date: Thu, 9 Jan 2020 21:14:23 +0000 Subject: [PATCH] Fix missing post HTML attributes --- app/models/post.rb | 4 ---- 1 file changed, 4 deletions(-) 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"