Closed bricesanchez closed 6 years ago
@parndt š š
Sorry iām not sure to understand what i need to change
If the belongs to is required then to fix the factories we would need to ensure the relationship gets created? Am I missing something?
How could I ensure the relationship is created?
This PR https://github.com/refinery/refinerycms/pull/3338 will fix the specs of this extension.
Could you review it @parndt ?
@parndt i think test are failing because
belongs_to
associations hasrequired: true
since Rails 5.0 and i'm ok with that on this model: https://github.com/refinery/refinerycms/blob/master/pages/app/models/refinery/page_part.rb#L4But how could we fix the factories?