-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend seed data #1317
Extend seed data #1317
Conversation
Review app track and pay deployed to https://track-and-pay-1317.test.teacherservices.cloud was deleted |
end | ||
|
||
def assign_mentors(claim:, school:) | ||
school.mentors.each do |mentor| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to assign all the mentors the school has to a claim here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's what we've done prior to this.
Context
submitted
andpaid
claims to seed dataChanges proposed in this pull request
submitted
andpaid
claims for each school ( and provider ) within the seed data.Guidance to review
bundle exec rake db:drop db:create db:setup
submitted
andpaid
claims.Link to Trello card
https://trello.com/c/Tlf4e2qH/365-add-seeds-to-populate-claims-in-staging-and-local-environments
Screenshots