diff options
author | Valery Sizov <valery@gitlab.com> | 2014-10-09 18:22:20 +0300 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2014-10-09 18:22:20 +0300 |
commit | 82c938ad75d40a62abfd7b4bd603e57bef6555f5 (patch) | |
tree | bbb0173ca96fc3ec843a5ee18b7ebfd95a855493 /app/models/service.rb | |
parent | 6303d003c699082ef7c5f83b7b805e95a62b7886 (diff) | |
download | gitlab-ce-82c938ad75d40a62abfd7b4bd603e57bef6555f5.tar.gz |
annotate
Diffstat (limited to 'app/models/service.rb')
-rw-r--r-- | app/models/service.rb | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/app/models/service.rb b/app/models/service.rb index 1f3a6520473..c489c1e96e1 100644 --- a/app/models/service.rb +++ b/app/models/service.rb @@ -2,14 +2,15 @@ # # Table name: services # -# id :integer not null, primary key -# type :string(255) -# title :string(255) -# project_id :integer not null -# created_at :datetime -# updated_at :datetime -# active :boolean default(FALSE), not null -# properties :text +# id :integer not null, primary key +# type :string(255) +# title :string(255) +# project_id :integer not null +# created_at :datetime +# updated_at :datetime +# active :boolean default(FALSE), not null +# properties :text +# # To add new service you should build a class inherited from Service # and implement a set of methods |