fga-gpp-mds/2017.1-Escola-X

View on GitHub
app/models/shift.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Shift < ApplicationRecord
    has_many :classrooms
    has_many :employees
    has_many :alumns
    accepts_nested_attributes_for :classrooms
end