class ActiveModel::Serializer::Associations::Config

def initialize(name, source, options={})

def initialize(name, source, options={})
  @name = name
  @source = source
  @options = options
end