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

Fix reloading issues #170

Closed gburgett closed 5 years ago

gburgett commented 5 years ago

Subclasses of WCC::Contentful::Model are now properly reloaded in the model registry whenever Rails performs auto-reloading in development.

fixes #168 closes #169