watermarkchurch / wcc-contentful

An alternative to Contentful's contentful.rb ruby client, contentful_model, and contentful_rails gems all in one.
MIT License
2 stars 1 forks source link

Handle case when entry missing or inaccessible #16

Closed gburgett closed 6 years ago

gburgett commented 6 years ago

Screen Shot 2018-03-16 at 10.06.57 AM.png

In this case, ContentfulModel doesn't resolve the link but comes back with this: #<Contentful::Link: @sys={:type=>"Link", :linkType=>"Entry", :id=>"2017"}>

We need to make sure we're handling this case - and be aware that Contentful can do this.

gburgett commented 6 years ago

No longer relevant since we're not using Contentful's client anymore