summaryrefslogtreecommitdiffstats
path: root/app/models/wiki_content.rb
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-05-15 05:51:14 +0000
committerGo MAEDA <maeda@farend.jp>2021-05-15 05:51:14 +0000
commitec3527102deb7dafa34ca74ccc9e79e02f233eb9 (patch)
tree14b83cf710a24d0a7c590eba1c6fff212509dcd9 /app/models/wiki_content.rb
parent4740307f11f4754df2970a75e83c16b87a71067c (diff)
downloadredmine-ec3527102deb7dafa34ca74ccc9e79e02f233eb9.tar.gz
redmine-ec3527102deb7dafa34ca74ccc9e79e02f233eb9.zip
Remove deprecated WikiContent::Version (#35031).
git-svn-id: http://svn.redmine.org/redmine/trunk@21002 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/models/wiki_content.rb')
-rw-r--r--app/models/wiki_content.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/wiki_content.rb b/app/models/wiki_content.rb
index 7758caf2c..be891e864 100644
--- a/app/models/wiki_content.rb
+++ b/app/models/wiki_content.rb
@@ -98,8 +98,4 @@ class WikiContent < ActiveRecord::Base
Mailer.deliver_wiki_content_updated(self)
end
end
-
- # For backward compatibility
- # TODO: remove it in Redmine 5
- Version = WikiContentVersion
end