1
0
Fork 0
forked from wezm/wezm.net

It appears nanoc parses created_at by default now

This commit is contained in:
Wesley Moore 2012-10-29 20:39:38 +11:00
parent d62c152a44
commit 51a69c6f91

View file

@ -4,7 +4,7 @@ module WezM
module Helpers
def self.parse_post_date(article)
Time.parse(article[:created_at])
article[:created_at]
end
end