これを試してください:
default_scope { order('collections.id ASC') } //collection.rb
default_scope { order('components.id ASC') } //component.rb
join
を実行するとき id
で昇順 ambiguous
になります 両方のcomponents
が およびcollections
id
を持っている 桁。どちらを使用すればよいかわかりません。