ModelOne
has_many :model_twos
has_many :model_threes, :through :model_two
ModelTwo
belongs_to :model_one
belongs_to :model_three
ModelThree
has_many :model_twos
has_many :model_ones, :through :model_two
What is a proposition?
vor 15 Jahren
1 Kommentar:
This is a wonderful opinion. The things mentioned are unanimous and needs to be appreciated by everyone.
Scaffold
Kommentar veröffentlichen