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:
authorgitlabhq <m@gitlabhq.com>2011-12-01 18:16:53 +0400
committergitlabhq <m@gitlabhq.com>2011-12-01 18:16:53 +0400
commit6a2c7d80cbfe33cca71c11339f3443d9c6a33069 (patch)
tree64decb201d5c037b8dd039b8cb53a51a0d7c45f6 /app/models/tree.rb
parent42ba6d04f84b722bc1212378633cd8c05a2c6ded (diff)
fixed image preview
Diffstat (limited to 'app/models/tree.rb')
-rw-r--r--app/models/tree.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/tree.rb b/app/models/tree.rb
index 16b23a5e9d3..6b6b2d40a55 100644
--- a/app/models/tree.rb
+++ b/app/models/tree.rb
@@ -1,4 +1,5 @@
class Tree
+ include Utils::FileHelper
attr_accessor :path, :tree, :project, :ref
delegate :contents,