summaryrefslogtreecommitdiff
path: root/app/models/commit.rb
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-05-26 13:37:49 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-05-26 13:37:49 +0300
commit3272620f724737f4dbb5e8c02f1610946435cd29 (patch)
treeae9fb3daccdf6b008ccb9c31d435e9548113c6ee /app/models/commit.rb
parent8ceb94081ac516ccaed43f0f4841725a4f9fe2db (diff)
downloadgitlab-ce-3272620f724737f4dbb5e8c02f1610946435cd29.tar.gz
lib/ refactoring. Module Gitlabhq renamed to Gitlab
Diffstat (limited to 'app/models/commit.rb')
-rw-r--r--app/models/commit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/commit.rb b/app/models/commit.rb
index ad6d7127e76..09635d0e21c 100644
--- a/app/models/commit.rb
+++ b/app/models/commit.rb
@@ -1,6 +1,6 @@
class Commit
include ActiveModel::Conversion
- include Gitlabhq::Encode
+ include Gitlab::Encode
extend ActiveModel::Naming
attr_accessor :commit