Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

超単純なポリモーフィック関連のサンプル with rails3

Notifications You must be signed in to change notification settings

a2ikm/polymorphic-association-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Modeling
                          [Guitar]
                        /
  [Owner] - [Ownership] 
                        \
                          [Keyboard]

OwnerとOwnership、GuitarとOwnership、KeyboardとOwnershipはすべて
一対多関連でつながっています。このうちOwnershipからGuitar、keyboardへは
<tt>instrument</tt>というポリモーフィック関連でつながっています。

About

超単純なポリモーフィック関連のサンプル with rails3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published