diff options
author | Felipe Artur <felipefac@gmail.com> | 2016-11-17 18:46:31 -0200 |
---|---|---|
committer | Felipe Artur <felipefac@gmail.com> | 2016-11-21 12:09:41 -0200 |
commit | 9c740133a3bb4e992ccd7e3801402e4eab537e29 (patch) | |
tree | 4ab0a8a8a98f6d5ff914c1946c8a7133d12691d9 /app/models/concerns/mentionable.rb | |
parent | 671c6d7d577d6b872bee7634c4eaf6b4da16919f (diff) | |
download | gitlab-ce-9c740133a3bb4e992ccd7e3801402e4eab537e29.tar.gz |
Allow JIRA references for project snippetsissue_24303
Diffstat (limited to 'app/models/concerns/mentionable.rb')
-rw-r--r-- | app/models/concerns/mentionable.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/mentionable.rb b/app/models/concerns/mentionable.rb index eb2ff0428f6..8ab0401d288 100644 --- a/app/models/concerns/mentionable.rb +++ b/app/models/concerns/mentionable.rb @@ -1,6 +1,6 @@ # == Mentionable concern # -# Contains functionality related to objects that can mention Users, Issues, MergeRequests, or Commits by +# Contains functionality related to objects that can mention Users, Issues, MergeRequests, Commits or Snippets by # GFM references. # # Used by Issue, Note, MergeRequest, and Commit. |