diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-25 12:25:02 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-25 12:25:02 +0300 |
| commit | 92deb451da16bdc1b9520fc06f593b7e373d81af (patch) | |
| tree | 9ad16b93f636395b6e97936912d3009c89ed8b45 /app/models/issue.rb | |
| parent | 1a9b2a47a139f2e683873c5d46cea15161e35783 (diff) | |
| download | gitlab-ce-92deb451da16bdc1b9520fc06f593b7e373d81af.tar.gz | |
Annotate models
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/models/issue.rb')
| -rw-r--r-- | app/models/issue.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/issue.rb b/app/models/issue.rb index 92a8ff9b677..45a8e43b03d 100644 --- a/app/models/issue.rb +++ b/app/models/issue.rb @@ -15,7 +15,6 @@ # milestone_id :integer # state :string(255) # iid :integer -# attachment :string(255) # require 'carrierwave/orm/activerecord' |
