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

Use snake_cased version when updating the display_field #132

Closed timfjord closed 5 years ago

timfjord commented 5 years ago

A follow-up PR for https://github.com/contentful/contentful_model/pull/128 It fixes the undefined method error during content type updating

Also contains Travis fixes from https://github.com/contentful/contentful_model/pull/135