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.
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.