summaryrefslogtreecommitdiff
path: root/app/models/note.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-26 16:49:22 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-26 16:49:22 +0300
commit16a0a4aeccbd2fd2998262eb9cba7bb45b1b7f80 (patch)
tree5819c9c823af75ff626158e20ec25601633ce03d /app/models/note.rb
parent98ba075c327c20f84bb465907ff1d954538e0e39 (diff)
downloadgitlab-ce-16a0a4aeccbd2fd2998262eb9cba7bb45b1b7f80.tar.gz
Note strong_params
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/models/note.rb')
-rw-r--r--app/models/note.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/note.rb b/app/models/note.rb
index d17cddb0bd1..436b75adc5e 100644
--- a/app/models/note.rb
+++ b/app/models/note.rb
@@ -25,8 +25,6 @@ class Note < ActiveRecord::Base
default_value_for :system, false
- #attr_accessible :note, :noteable, :noteable_id, :noteable_type, :project_id,
- #:attachment, :line_code, :commit_id
attr_mentionable :note
belongs_to :project