Skip to content

Advancing from Single Table Inheritance, learn how Polymorphic Associations differ and tricks to simplify their usage.

Notifications You must be signed in to change notification settings

driftingruby/098-polymorphic-associations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

rails g scaffold company name website
rails g scaffold employees first_name last_name email birth_date:date
rails g model note notable:references{polymorphic} content:text

About

Advancing from Single Table Inheritance, learn how Polymorphic Associations differ and tricks to simplify their usage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published