township-agency / ex_teal

MIT License
1 stars 0 forks source link

fix: BelongsTo fields should not assume an non-nil value #198

Closed staylorwr closed 1 year ago

staylorwr commented 1 year ago

Little fix for a bug where belongs to always called title_for_schema when deriving the value. This would throw an error if the relationship was actually nil.