bcgoss/census

View on GitHub
app/models/user_role.rb

Summary

Maintainability
A
0 mins
Test Coverage
class UserRole < ApplicationRecord
  belongs_to :user
  belongs_to :role
end