diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-01-29 12:04:09 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-01-29 12:04:09 +0200 |
commit | a77c8bf9c3635393064490e752aa99f10bf32722 (patch) | |
tree | 6ec3d6894fdb7dd2ede7414c05da3763152fe245 /app/models/commit.rb | |
parent | d81f0b7845ff80d22d4ee2bc41208730ffc14df7 (diff) | |
download | gitlab-ce-a77c8bf9c3635393064490e752aa99f10bf32722.tar.gz |
Bootstrap: Issues & MR
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 902ffbc6789..01fac4a849c 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 |