├── README.md ├── active_model_serializer.rb ├── code.js └── polymorphic_serializer.rb /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bestra/ember-data-sti-guide/HEAD/README.md -------------------------------------------------------------------------------- /active_model_serializer.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bestra/ember-data-sti-guide/HEAD/active_model_serializer.rb -------------------------------------------------------------------------------- /code.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bestra/ember-data-sti-guide/HEAD/code.js -------------------------------------------------------------------------------- /polymorphic_serializer.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Bestra/ember-data-sti-guide/HEAD/polymorphic_serializer.rb --------------------------------------------------------------------------------