diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-09 20:21:02 +0300 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-05-09 20:21:02 +0300 |
| commit | 71da2e0b56a89fc87f2da3685bdebb333690593a (patch) | |
| tree | be6418658f118746ab158be162622fe8cb5f0b0e /app/models/label.rb | |
| parent | 011a905a821e2ff0cd2d9885ef93764018eb8346 (diff) | |
| parent | 44501820152083d231459223fe09b9d9641b7c1e (diff) | |
| download | gitlab-ce-71da2e0b56a89fc87f2da3685bdebb333690593a.tar.gz | |
Merge remote-tracking branch 'origin/master' into docker-registry
Diffstat (limited to 'app/models/label.rb')
| -rw-r--r-- | app/models/label.rb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app/models/label.rb b/app/models/label.rb index 60bdce32952..9a22398d952 100644 --- a/app/models/label.rb +++ b/app/models/label.rb @@ -2,14 +2,14 @@ # # Table name: labels # -# id :integer not null, primary key -# title :string(255) -# color :string(255) -# project_id :integer -# created_at :datetime -# updated_at :datetime -# template :boolean default(FALSE) -# description :string(255) +# id :integer not null, primary key +# title :string +# color :string +# project_id :integer +# created_at :datetime +# updated_at :datetime +# template :boolean default(FALSE) +# description :string # class Label < ActiveRecord::Base |
