Actions
Feature #1480
closedAllow to add parent associations to child classes
Start date:
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
There is a bug in Rails reported already in 2015 concerning associations and subclasses. See https://github.com/rails/rails/issues/20678.
Whenever a superclass gets further associations its subclass, which was defined before the superclass will be extended, won't reflect those additional associations.
Updated by liaham about 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Actions