Merge pull request #3038 from evazion/fix-upload-commentary
Fix commentary box on upload page (fixes #3037)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user