Commit ae31c9cf authored by Francisco Javier López's avatar Francisco Javier López Committed by Douwe Maan

Remove created_at from WikiPage

parent 89494036
......@@ -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