Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 21:24:40 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-02 21:24:40 +0300
commitc0acb28c4ec710c90eb55dc996251a30001c8e79 (patch)
treeede1bc17452ef9576e81744c9de5d48ed4e90cf1 /spec/factories/projects.rb
parent1bdd3ce4633049d8f86582bf4b0209d6c03074d0 (diff)
Annotate models
Diffstat (limited to 'spec/factories/projects.rb')
-rw-r--r--spec/factories/projects.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/factories/projects.rb b/spec/factories/projects.rb
index 5ae57718c1a..0899a7603fc 100644
--- a/spec/factories/projects.rb
+++ b/spec/factories/projects.rb
@@ -26,6 +26,7 @@
# star_count :integer default(0), not null
# import_type :string(255)
# import_source :string(255)
+# avatar :string(255)
#
FactoryGirl.define do