diff options
-rw-r--r-- | app/models/commit_collection.rb | 2 | ||||
-rw-r--r-- | app/models/user.rb | 2 | ||||
-rw-r--r-- | app/views/ide/index.html.haml | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/app/models/commit_collection.rb b/app/models/commit_collection.rb index dd93af9df64..407f88e9d4d 100644 --- a/app/models/commit_collection.rb +++ b/app/models/commit_collection.rb @@ -4,6 +4,8 @@ class CommitCollection include Enumerable + # FAKE UPDATE + attr_reader :project, :ref, :commits # project - The project the commits belong to. diff --git a/app/models/user.rb b/app/models/user.rb index d3eb7162174..b2124a82468 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -22,6 +22,8 @@ class User < ActiveRecord::Base include OptionallySearch include FromUnion + # FAKE UPDATE + DEFAULT_NOTIFICATION_LEVEL = :participating ignore_column :external_email diff --git a/app/views/ide/index.html.haml b/app/views/ide/index.html.haml index d8bd37fe986..7f9fa7fc6b8 100644 --- a/app/views/ide/index.html.haml +++ b/app/views/ide/index.html.haml @@ -15,3 +15,4 @@ .text-center = icon('spinner spin 2x') %h2.clgray= _('Loading the GitLab IDE...') +/ FAKE UPDATE |