andey/bestofama

View on GitHub
app/models/ops_user.rb

Summary

Maintainability
A
0 mins
Test Coverage
class OpsUser < ActiveRecord::Base
  belongs_to :op
  belongs_to :user
end