diff --git a/app/models/app.rb b/app/models/app.rb index 28ce850..a926351 100644 --- a/app/models/app.rb +++ b/app/models/app.rb @@ -5,8 +5,8 @@ class App field :name, :type => String field :api_key field :resolve_errs_on_deploy, :type => Boolean, :default => false - field :notify_on_errs, :type => Boolean, :default => false - field :notify_on_deploys, :type => Boolean, :default => false + field :notify_on_errs, :type => Boolean, :default => true + field :notify_on_deploys, :type => Boolean, :default => true key :name embeds_many :watchers -- libgit2 0.21.2