contentful / contentful_model

A lightweight wrapper around the Contentful api gem, to make it behave more like ActiveRecord
MIT License
44 stars 42 forks source link

add dynamic setter for empty fields #144

Closed bhtabor closed 4 years ago

bhtabor commented 4 years ago

Fixes https://github.com/contentful/contentful_model/issues/140

dlitvakb commented 4 years ago

Thanks for tackling this!

Merging

bhtabor commented 4 years ago

Thank you for merging. We do have one other minor pull request to allow custom Asset mapping. Otherwise there is no way to inherit the current default Asset model and map it. https://github.com/contentful/contentful_model/pull/141