What's the use of has_one :through here (example from Rails guide)
- by piemesons
Why they are using has_one:through here. We can do the same with has_one only. What's the need of making a new class. Can you give me any good example?
Here is the link for the original example
from Rails guide