trailblazer / representable

Maps representation documents from and to Ruby objects. Includes JSON, XML and YAML support, plain properties and compositions.
http://trailblazer.to/2.1/docs/representable.html
MIT License
689 stars 108 forks source link

Add missing `require` #247

Closed yogeshjain999 closed 3 years ago

yogeshjain999 commented 3 years ago

Issue

reform is failing on requiring latest changes from master because of some missing requires.

Test to reproduce

https://github.com/yogeshjain999/reform/commit/cfb58e3f1ad30f992778bb2d0d23d9fb8ea2d10d

Test run

https://github.com/yogeshjain999/reform/actions/runs/732842422

Fix

Make requiring files (xml, json, hash etc) explicitly possible. This includes some reverts from PR #235 and commit 411abe72. Reasons,