mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Reverts unwanted change (#29664).
git-svn-id: https://svn.redmine.org/redmine/trunk@24205 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user