active_model_serializers/lib
Tee Parham f35a2261d2 support different serializations in ArraySerializer
ArraySerializer can serialize arrays of Hash, ActiveModel::Serializer,
or any PORO that responds to :as_json

Each item in the array should not include its type as a root element,
since normal arrays do not do this. If you want "typed" collections,
don't use an Array.
2012-05-30 14:52:52 -06:00
..
action_controller Add URL to serializers (closes #61) 2012-05-16 18:35:30 -07:00
active_model support different serializations in ArraySerializer 2012-05-30 14:52:52 -06:00
generators Revert "Fix build for real" 2012-05-17 19:16:11 +02:00
active_model_serializers.rb Add URL to serializers (closes #61) 2012-05-16 18:35:30 -07:00