summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-11-05 17:56:11 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-11-05 17:56:11 +0800
commit09213c67dac49862d8d5dd4531b01b2d6adf5e32 (patch)
tree2e559aab55b190b998d0ccea67bd13497ec6d674
parent9e2eb85e365e2a33e52e3f1f48cc23ad4201a52b (diff)
downloadgitlab-ce-ce-8215-only-allow-ruby-prepend.tar.gz
-rw-r--r--app/models/commit_collection.rb2
-rw-r--r--app/models/user.rb2
-rw-r--r--app/views/ide/index.html.haml1
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