jackc / surus

PostgreSQL extensions for ActiveRecord
MIT License
395 stars 35 forks source link

Fix has_and_belongs_to_many scope primary key #33

Closed exit-only closed 7 years ago

exit-only commented 7 years ago

Found a bug where if the outside_class had a nonstandard primary key, the where clause would break.

jackc commented 7 years ago

Thanks!