Merge pull request #3038 from evazion/fix-upload-commentary

Fix commentary box on upload page (fixes #3037)
This commit is contained in:
Albert Yi
2017-05-10 16:29:39 -07:00
committed by GitHub
12 changed files with 29 additions and 50 deletions

View File

@@ -509,10 +509,6 @@ class Upload < ActiveRecord::Base
:original_description => artist_commentary_desc
)
end
def has_artist_commentary?
artist_commentary_desc.present?
end
end
include ConversionMethods