summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-10-31 22:57:16 +0200
committergitlabhq <m@gitlabhq.com>2011-10-31 22:57:16 +0200
commit485c5199b7ea01b85bdacb15a41bcfb18451597c (patch)
treee1a7a2915f77140f6e2e3765574e376622f7e0c2 /lib
parent267bd6068c7a57316ef357f9385e12fea6c8d69f (diff)
downloadgitlab-ce-485c5199b7ea01b85bdacb15a41bcfb18451597c.tar.gz
user dashboard
Diffstat (limited to 'lib')
-rw-r--r--lib/commit_ext.rb4
1 files changed, 4 insertions, 0 deletions
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