Changes
-
Cache serializer lookup results
-
Add ability to pass common options to multiple
Useful when passing a custom namespace to multiple associations all at once.
class Api::V1::Detailed::UserSerializer < Transmutation::Serializer has_many :repositories, :pull_requests, namespace: "::Api::V1" end
Full Changelog: v0.5.0...v0.5.1