summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-02-03 15:16:12 +0100
committerJames Lopez <james@jameslopez.es>2016-02-03 15:16:12 +0100
commit0e7891249156ed613e9c7daeb7bdc23f7da49f5c (patch)
tree585b2c807f85441f988e0a69a1206b8238e23061
parent059d82637b5ab046c727df9a8150a6903ef32681 (diff)
downloadgitlab-ce-0e7891249156ed613e9c7daeb7bdc23f7da49f5c.tar.gz
make build fail so we can test notifications...
-rw-r--r--app/models/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index 043f08b9a13..165c21288ca 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -42,7 +42,7 @@
require 'carrierwave/orm/activerecord'
require 'file_size_validator'
-class Project < ActiveRecord::Base
+glass Project < ActiveRecord::Base
include Gitlab::ConfigHelper
include Gitlab::ShellAdapter
include Gitlab::VisibilityLevel