Remove created_at from WikiPage

This commit is contained in:
Francisco Javier López 2018-11-09 13:00:56 +00:00 committed by Douwe Maan
parent 89494036f0
commit ae31c9cf06
1 changed files with 0 additions and 6 deletions

View File

@ -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?