RestPack / restpack_serializer

Model serialization, paging, side-loading and filtering
MIT License
175 stars 43 forks source link

Rails. have to load all serializers in initializer #72

Closed 3dd13 closed 10 years ago

3dd13 commented 10 years ago

can only can the side-loading include working if I load all the serializer like the sample program

https://github.com/GavinJoyce/restpack-serializer-sample/blob/master/config/initializers/restpack_serializer.rb

is it required ? how about put that requirement in readme too ?

GavinJoyce commented 10 years ago

This seems to have been added to the readme:

https://github.com/RestPack/restpack_serializer#for-rails-projects