Commit b204ff6a authored by Robert Speicher's avatar Robert Speicher

Merge branch 'sh-fix-note-comments' into 'master'

Fix comments in app/models/note.rb

See merge request gitlab-org/gitlab-ce!22171
parents 93b5b45d 32eebfcf
......@@ -38,14 +38,14 @@ class Note < ActiveRecord::Base
alias_attribute :last_edited_at, :updated_at
alias_attribute :last_edited_by, :updated_by
# Number of user visible references as generated by Banzai::ObjectRenderer
# Attribute containing rendered and redacted Markdown as generated by
# Banzai::ObjectRenderer.
attr_accessor :redacted_note_html
# Total of all references as generated by Banzai::ObjectRenderer
attr_accessor :total_reference_count
# An Array containing the number of visible references as generated by
# Banzai::ObjectRenderer
# Number of user visible references as generated by Banzai::ObjectRenderer
attr_accessor :user_visible_reference_count
# Attribute used to store the attributes that have been changed by quick actions.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment