diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-12-10 16:16:34 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-12-10 16:16:34 +0100 |
commit | c4fa894de22a6ba20f3078f490b708c81b6d6464 (patch) | |
tree | 8174ab0bde8f24d95d0e98e3a04d8a30a4d81469 /app | |
parent | 80f8074d01a310141984dad9dfe01a27b533e78a (diff) | |
download | gitlab-ce-c4fa894de22a6ba20f3078f490b708c81b6d6464.tar.gz |
Fix specs
Diffstat (limited to 'app')
-rw-r--r-- | app/models/service.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/service.rb b/app/models/service.rb index 195c4690e8f..0ccb8b410d1 100644 --- a/app/models/service.rb +++ b/app/models/service.rb @@ -31,6 +31,7 @@ class Service < ActiveRecord::Base default_value_for :tag_push_events, true default_value_for :note_events, true default_value_for :build_events, true + default_value_for :properties, {} after_initialize :initialize_properties |