summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-02-05 11:45:44 +0100
committerJames Lopez <james@jameslopez.es>2016-02-05 11:45:44 +0100
commit27a82b2fbf7ea3227ac18d6f1bb3eacd61c81dc9 (patch)
tree22b08df9def9b95917693e4ac5b0f9c6cee0d44e
parent0309e0818a9d73af0157ce36b2306d5723e7fb97 (diff)
downloadgitlab-ce-27a82b2fbf7ea3227ac18d6f1bb3eacd61c81dc9.tar.gz
typo to make build fail
-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