Commit 88abe66c27504bcda71fd0ddbeb22d0115b8c09f

Authored by Dmitriy Zaporozhets
1 parent 03f41e28

add alias for committed_date

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
lib/gitlab/git/commit.rb
... ... @@ -152,6 +152,10 @@ module Gitlab
152 152 hash
153 153 end
154 154  
  155 + def date
  156 + committed_date
  157 + end
  158 +
155 159 private
156 160  
157 161 def init_from_grit(grit)
... ...