diff options
| author | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-15 09:49:21 +0300 |
|---|---|---|
| committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-15 09:49:21 +0300 |
| commit | 9159be3a50e3bc94f30f85d9640eeac212bf0948 (patch) | |
| tree | b032cb8db77add039debf05eb645630ba9f7ee1d /app/models/wiki.rb | |
| parent | caeb65b1892c8a140d8f72f6aafa3f5fd1d3cbc3 (diff) | |
| download | gitlab-ce-9159be3a50e3bc94f30f85d9640eeac212bf0948.tar.gz | |
Fix MR diff comments. Fix wiki comments loading error
Diffstat (limited to 'app/models/wiki.rb')
| -rw-r--r-- | app/models/wiki.rb | 1 |
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 |
