active_model_serializers/lib/action_controller
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
..
serialization_test_case.rb remove nested case 2014-08-20 12:35:23 +04:00
serialization.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