Commit 7a506e39 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'fj-remove-wiki-page-created-at' into 'master'

Remove created_at from WikiPage

See merge request gitlab-org/gitlab-ce!22905
parents 89494036 ae31c9cf
......@@ -151,12 +151,6 @@ class WikiPage
last_version&.sha
end
# Returns the Date that this latest version was
# created on.
def created_at
@page.version.date
end
# Returns boolean True or False if this instance
# is an old version of the page.
def historical?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment