diff options
author | Robert Speicher <robert@gitlab.com> | 2015-12-08 20:22:23 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2015-12-08 20:22:23 +0000 |
commit | bcd89a58e736685bcce662fe0acf793ee925b536 (patch) | |
tree | d38abe907bf3d9d9591227d627c2b25bb4a2720c /app/models/commit.rb | |
parent | 02cc978ebc0650284b2b7b0bd4cf0bc633ab788e (diff) | |
parent | 926c3bef9fbda49d5cab268bcd83355142e945c1 (diff) | |
download | gitlab-ce-bcd89a58e736685bcce662fe0acf793ee925b536.tar.gz |
Merge branch 'reference-pipeline-and-caching' into 'master'
Implement different Markdown rendering pipelines and cache Markdown
Builds on !1090.
Related to !1014.
Fixes #2054.
See merge request !1602
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 8ae5325d16a..ac22fc38ace 100644 --- a/app/models/commit.rb +++ b/app/models/commit.rb @@ -7,7 +7,7 @@ class Commit include Referable include StaticModel - attr_mentionable :safe_message + attr_mentionable :safe_message, pipeline: :single_line participant :author, :committer, :notes attr_accessor :project |