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:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-09-15 10:49:21 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-09-15 10:49:21 +0400
commit9159be3a50e3bc94f30f85d9640eeac212bf0948 (patch)
treeb032cb8db77add039debf05eb645630ba9f7ee1d /app/models/wiki.rb
parentcaeb65b1892c8a140d8f72f6aafa3f5fd1d3cbc3 (diff)
Fix MR diff comments. Fix wiki comments loading error
Diffstat (limited to 'app/models/wiki.rb')
-rw-r--r--app/models/wiki.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/wiki.rb b/app/models/wiki.rb
index 3c4952cd291..ebb1ff49c7a 100644
--- a/app/models/wiki.rb
+++ b/app/models/wiki.rb
@@ -28,7 +28,6 @@ class Wiki < ActiveRecord::Base
end
new_wiki
end
-
end
end
# == Schema Information