Ruby on Rails - has_one:through association in ruby on rails - ruby on rails tutorial - rails guides - rails tutorial - ruby rails
- A has_one :through association sets up a one-to-one connection with another model.
- This association indicates that the declaring model can be matched with one instance of another model by proceeding through a third model.
Example
- if each supplier has one account, and each account is associated with one account history.