3
通过Rails了解has_one / has_many的:source选项
请帮助我了解关联的:source选项has_one/has_many :through。Rails API的解释对我来说意义不大。 “指定源使用的源关联名称has_many :through => :queries。仅当无法从关联中推断出该名称时,才使用它。除非指定a,否则has_many :subscribers, :through => :subscriptions它将查找:subscribers或:subscriberon 。”Subscription:source