diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-01-04 08:17:41 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-01-04 08:17:41 +0200 |
commit | 0ebc610e49b92d92e71aaea1ff664bcda121ff80 (patch) | |
tree | 8180e0d44f41b4c1301aef1e7c57223226773f66 /app/models/commit.rb | |
parent | ac62036320eb786b1abdb2ad4ceb66dee1cdd309 (diff) | |
download | gitlab-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.rb | 1 |
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, |