discourse/app/models/github_user_info.rb

3 lines
64 B
Ruby
Raw Normal View History

class GithubUserInfo < ActiveRecord::Base
belongs_to :user
end