Actions
Bug #24486
closedUsing has_many :through before the through association is defined interferes with scoped search
Description
Scoped search complains when we use through association before it is defined:
Cannot have a has_many :through association 'Report#sources' which goes through 'Report#logs' before the through association is defined.
Updated by Ondřej Pražák over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 6cb28481eac796d8bbb55788df24a3d0e1bc2e87.
Actions