This website requires JavaScript.
Explore
Help
Register
Sign In
team-alpha
/
railsgoat
Watch
1
Star
0
Fork
0
You've already forked railsgoat
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a599ca9862f6d3936d994a9613ff13f97b842f69
railsgoat
/
db
/
migrate
T
History
Ken Johnson
21752fab7e
I am setting this up, in this way, so that we have some extensibility. We may wish to have some sort of a polymorphic association where multiple models need to have a scheduling model available to them. That being said, as of right now, only the pto model needs it so I am doing a belong_to and has_one association between the two
2013-05-27 13:09:33 -04:00
..
20130424220355_create_users.rb
okay, so, we have associations rocking
2013-05-24 19:15:36 -04:00
20130524222129_create_retirements.rb
okay, so, we have associations rocking
2013-05-24 19:15:36 -04:00
20130525001150_create_paid_time_offs.rb
added the PTO section
2013-05-24 20:54:07 -04:00
20130527165832_create_schedules.rb
I am setting this up, in this way, so that we have some extensibility. We may wish to have some sort of a polymorphic association where multiple models need to have a scheduling model available to them. That being said, as of right now, only the pto model needs it so I am doing a belong_to and has_one association between the two
2013-05-27 13:09:33 -04:00