Describe for Roles
This commit is contained in:
parent
64db5f808b
commit
82ae973a99
11 changed files with 75 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
# == NoteEvent role
|
||||
#
|
||||
# Extends Event model functionality by providing extra methods related to comment events
|
||||
#
|
||||
# Used by Event
|
||||
#
|
||||
module NoteEvent
|
||||
def note_commit_id
|
||||
target.commit_id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue