YaleSTC/shifts

View on GitHub
app/models/payform_set.rb

Summary

Maintainability
A
0 mins
Test Coverage
class PayformSet < ActiveRecord::Base

  has_many :payforms
  belongs_to :department



end