diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-01-28 17:21:00 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-01-28 17:21:00 +0200 |
commit | d81f0b7845ff80d22d4ee2bc41208730ffc14df7 (patch) | |
tree | dd0aff24932e6fb9925af1e544869459a10fc878 /app/models/commit.rb | |
parent | 0a4222fb9802aa979171920c489a7db11e3f1ff8 (diff) | |
download | gitlab-ce-d81f0b7845ff80d22d4ee2bc41208730ffc14df7.tar.gz |
Bootstrap: Merge Request -> Show
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 01fac4a849c..902ffbc6789 100644 --- a/app/models/commit.rb +++ b/app/models/commit.rb @@ -27,7 +27,7 @@ class Commit @head = head end - def safe_message + def safe_message() message end |