diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-03 19:11:14 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-03 19:11:14 +0200 |
commit | e6c0673ef1108a93928c4d88ba273e12616b836b (patch) | |
tree | 421050c37fa8bcdecf94781473380c54bcecdda6 /app/models/commit.rb | |
parent | 2095780f24db7c75f5a004654ae2e4052fe16bdd (diff) | |
download | gitlab-ce-e6c0673ef1108a93928c4d88ba273e12616b836b.tar.gz |
Rspec models Milestone, Commit, UsersProject
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r-- | app/models/commit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb index f11b7fe0202..07c5fbd7183 100644 --- a/app/models/commit.rb +++ b/app/models/commit.rb @@ -11,7 +11,7 @@ class Commit attr_accessor :commit, :head, :refs delegate :message, :authored_date, :committed_date, :parents, :sha, - :date, :committer, :author, :message, :diffs, :tree, :id, + :date, :committer, :author, :diffs, :tree, :id, :to_patch, to: :commit class << self |