class Tracky::Comment
Attributes
content[RW]
id[RW]
Public Instance Methods
save()
click to toggle source
If there's an ID, update comment by the ID else just create the new one
# File lib/tracky/comment.rb, line 7 def save #code end