GitLabCi Service imtegration

This commit is contained in:
Dmitriy Zaporozhets 2012-11-19 22:34:05 +03:00
parent 8500743464
commit 406a0c809b
16 changed files with 158 additions and 7 deletions

View file

@ -12,7 +12,7 @@
#
class Service < ActiveRecord::Base
attr_accessible :title, :token, :type
attr_accessible :title, :token, :type, :active
belongs_to :project
has_one :service_hook