diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-01-21 14:54:32 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-01-21 14:54:32 +0200 |
| commit | f4e3ec29c46752c68b99fa2eb37cfb12463de9f2 (patch) | |
| tree | 1d87d3f3220c6157322d8c34a95cc9dcbb16c40d /app/models/note.rb | |
| parent | 3d7b35a37d30365088947de0cf85cc7d4af79162 (diff) | |
| download | gitlab-ce-f4e3ec29c46752c68b99fa2eb37cfb12463de9f2.tar.gz | |
fixed commit commenting
Diffstat (limited to 'app/models/note.rb')
| -rw-r--r-- | app/models/note.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/note.rb b/app/models/note.rb index 689b620d23f..f499b62d362 100644 --- a/app/models/note.rb +++ b/app/models/note.rb @@ -88,5 +88,6 @@ end # updated_at :datetime # project_id :integer # attachment :string(255) +# line_code :string(255) # |
