diff options
author | Shinya Maeda <shinya@gitlab.com> | 2018-05-11 16:52:48 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2018-05-11 16:52:48 +0900 |
commit | a74184eb5e692ef77fe3be28b1f4a40549c8fcff (patch) | |
tree | df33627128e07dd4389f94d0ddea301dfc560ca5 /app/models/milestone.rb | |
parent | 46fa3089c84642170d86799c4f60fe87507e575d (diff) | |
download | gitlab-ce-a74184eb5e692ef77fe3be28b1f4a40549c8fcff.tar.gz |
Fix static analysys
Diffstat (limited to 'app/models/milestone.rb')
-rw-r--r-- | app/models/milestone.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/milestone.rb b/app/models/milestone.rb index f143b8452a2..d05dcfd083a 100644 --- a/app/models/milestone.rb +++ b/app/models/milestone.rb @@ -9,7 +9,7 @@ class Milestone < ActiveRecord::Base include CacheMarkdownField include AtomicInternalId - include IIDRoutes + include IidRoutes include Sortable include Referable include StripAttribute |