openSNP/snpr

View on GitHub
app/models/open_humans_profile.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class OpenHumansProfile < ApplicationRecord
  belongs_to :user
end