nilbus/handoff

View on GitHub
app/models/comment.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Comment < Annotation
  def html
    content
  end
end