summaryrefslogtreecommitdiff
path: root/app/models/commit.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-01-04 08:17:41 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-01-04 08:17:41 +0200
commit0ebc610e49b92d92e71aaea1ff664bcda121ff80 (patch)
tree8180e0d44f41b4c1301aef1e7c57223226773f66 /app/models/commit.rb
parentac62036320eb786b1abdb2ad4ceb66dee1cdd309 (diff)
downloadgitlab-ce-0ebc610e49b92d92e71aaea1ff664bcda121ff80.tar.gz
Project activities perfomance increased. Cache for project activitites disabled. Repository conception changed
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r--app/models/commit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb
index 33d3b202ee7..695dfa5277e 100644
--- a/app/models/commit.rb
+++ b/app/models/commit.rb
@@ -2,6 +2,7 @@ class Commit
attr_accessor :commit
attr_accessor :head
+ attr_accessor :refs
delegate :message,
:committed_date,