Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add foreign_type option for polymorphic has_one and has_many. | Ulisses Almeida + Kassio Borges | 2014-12-08 | 1 | -0/+3 |
To be possible to use a custom column name to save/read the polymorphic associated type in a has_many or has_one polymorphic association, now users can use the option :foreign_type to inform in what column the associated object type will be saved. |