diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-21 12:16:26 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-21 12:16:26 +0300 |
| commit | 625fb2f29d99ab21de2497a36512be69c80e39be (patch) | |
| tree | 2ca8f7d92d4974425a67a5288ee79e14bc60e01d /app/models/issue.rb | |
| parent | 0a0b0e1eab251c7e9c9dedc620f14602f8ce3541 (diff) | |
| download | gitlab-ce-625fb2f29d99ab21de2497a36512be69c80e39be.tar.gz | |
Add iids to milestones. Moved iids logic to separate concern
Diffstat (limited to 'app/models/issue.rb')
| -rw-r--r-- | app/models/issue.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/issue.rb b/app/models/issue.rb index ecb881ab597..35b487dc3cf 100644 --- a/app/models/issue.rb +++ b/app/models/issue.rb @@ -17,8 +17,8 @@ # class Issue < ActiveRecord::Base - include Issuable + include InternalId belongs_to :project validates :project, presence: true |
