YaleSTC/shifts

View on GitHub
app/models/locations_shift_preference.rb

Summary

Maintainability
A
0 mins
Test Coverage
class LocationsShiftPreference < ActiveRecord::Base
  belongs_to :shift_preference
  belongs_to :location
end