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

Implement preview in the gem #113

Closed gburgett closed 5 years ago

gburgett commented 5 years ago

Here's the current code in the pages controller:

@page = WCC::Contentful::Model::Page.find_by(slug: slug, options: { include: 3 })

Determine the best way to enable previews for the wcc-contentful-app gem, and implement it. Options:

frizman21 commented 5 years ago

@gburgett This feels like an accessory, not critical for the launch. Please punt