joker1007/octogate

View on GitHub
lib/octogate/gh/review_comment.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "octogate/gh/user"

module Octogate
  class GH::ReviewComment < Model
    coerce_key :user, GH::User
  end
end