From 485c5199b7ea01b85bdacb15a41bcfb18451597c Mon Sep 17 00:00:00 2001 From: gitlabhq Date: Mon, 31 Oct 2011 22:57:16 +0200 Subject: user dashboard --- lib/commit_ext.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/commit_ext.rb') diff --git a/lib/commit_ext.rb b/lib/commit_ext.rb index 411809f05ed..32706acb617 100644 --- a/lib/commit_ext.rb +++ b/lib/commit_ext.rb @@ -8,4 +8,8 @@ module CommitExt rescue "-- invalid encoding for commit message" end + + def created_at + committed_date + end end -- cgit v1.2.1