-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Associations
Mongoid does not appear to implement the :through association option on any of the associations.
has_one :franchise has_one :store, through: :franchise
AR supports :through for has_one and has_many.