summaryrefslogtreecommitdiff
path: root/app/models/commit.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-29 12:04:09 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-29 12:04:09 +0200
commita77c8bf9c3635393064490e752aa99f10bf32722 (patch)
tree6ec3d6894fdb7dd2ede7414c05da3763152fe245 /app/models/commit.rb
parentd81f0b7845ff80d22d4ee2bc41208730ffc14df7 (diff)
downloadgitlab-ce-a77c8bf9c3635393064490e752aa99f10bf32722.tar.gz
Bootstrap: Issues & MR
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r--app/models/commit.rb2
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