nilbus/handoff

View on GitHub
app/models/share.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Share < ActiveRecord::Base
  belongs_to :handoff
  belongs_to :user
end