active_model_serializers/lib/active_model
Theodore Konukhov 26c0847563 - If a controller is in a namespace, serializer will be looked up in this namespace first.
- Serializers for associations will be looked up in a parent serializer's namespace first too.
- "Prefix" option for different versions of associations serializers. Example: has_many :users, as: :short -> ShortUserSerializer

TODO: tests, config option for enabling namespace lookup
2014-08-24 15:57:24 +02:00
..
serializer Bump version to 0.9.0 2014-08-22 16:17:46 -04:00
array_serializer.rb - If a controller is in a namespace, serializer will be looked up in this namespace first. 2014-08-24 15:57:24 +02:00
default_serializer.rb Test::Unit assert_serializer implemented 2014-08-18 18:04:51 +04:00
serializable.rb - If a controller is in a namespace, serializer will be looked up in this namespace first. 2014-08-24 15:57:24 +02:00
serializer_support.rb Add ActiveModel::SerializerSupport 2013-10-24 16:09:00 -02:00
serializer.rb - If a controller is in a namespace, serializer will be looked up in this namespace first. 2014-08-24 15:57:24 +02:00