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