brendon / acts_as_list

An ActiveRecord plugin for managing lists.
http://brendon.github.io/acts_as_list/
MIT License
2.04k stars 355 forks source link

Get foreign key from reflections when possible #383

Closed jefftsang closed 4 years ago

jefftsang commented 4 years ago

This is useful for associations with user-defined foreign keys that do not follow the convention of a lowercased class name followed by an "_id" suffix.

brendon commented 4 years ago

Looks good to me! :) Thanks for the hard work :)

jefftsang commented 4 years ago

No problem! Thanks for maintaining this gem.