Reverts unwanted change (#29664).

git-svn-id: https://svn.redmine.org/redmine/trunk@24205 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu
2025-12-08 08:35:17 +00:00
parent c749dc2bd3
commit fffed57cd7

View File

@@ -416,14 +416,6 @@ class Version < ApplicationRecord
@default_project_version = (arg == '1' || arg == true)
end
def created_on
created_at
end
def updated_on
updated_at
end
private
# Update the issue's fixed versions. Used if a version's sharing changes.